Skip to content

Commit cda443c

Browse files
committed
Tweaks for release.
Change-Id: I651a64c3d328f774eea5bac4bb24d31398e63f65
1 parent 31ac24b commit cda443c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2020-08-02 Changes in burp-2.3.34:
2+
* 18: Option to look at the timer script regularly.
3+
* From Demid R.:
4+
- Add max_parallel_backups feature.
5+
16
2020-07-01 Changes in burp-2.3.32:
27
* 686: Better email message when resuming is not possible.
38
- Add a configuration item to allow you to notify failure when a

DONATIONS

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ me via the website contact page and we can talk about alternatives.
77

88
This is the list of donations received to date. Many thanks to all of you.
99

10+
Donations for 2020-07:
11+
* £100.00 Romain L.
12+
* £20.00 Marcin W.
13+
* £5.00 Robert E.
14+
1015
Donations for 2020-06:
1116
* £100.00 Romain L.
1217
* £20.00 Marcin W.

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
33
dnl require a recent autoconf
44
AC_PREREQ([2.61])
55

6-
AC_INIT([Burp],[2.3.33],[https://github.com/grke/burp/issues],[burp],[http://burp.grke.net/])
6+
AC_INIT([Burp],[2.3.34],[https://github.com/grke/burp/issues],[burp],[http://burp.grke.net/])
77
AC_CONFIG_AUX_DIR([autoconf])
88
AC_CONFIG_HEADERS([src/config.h])
99
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)