From cda443c8399809e5837495e88b417186c157030c Mon Sep 17 00:00:00 2001 From: Graham Keeling Date: Tue, 1 Sep 2020 07:25:39 +1000 Subject: [PATCH] Tweaks for release. Change-Id: I651a64c3d328f774eea5bac4bb24d31398e63f65 --- CHANGELOG | 5 +++++ DONATIONS | 5 +++++ configure.ac | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 2a469e46a..7cff9d96c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +2020-08-02 Changes in burp-2.3.34: + * 18: Option to look at the timer script regularly. + * From Demid R.: + - Add max_parallel_backups feature. + 2020-07-01 Changes in burp-2.3.32: * 686: Better email message when resuming is not possible. - Add a configuration item to allow you to notify failure when a diff --git a/DONATIONS b/DONATIONS index 428964deb..01d5f702b 100644 --- a/DONATIONS +++ b/DONATIONS @@ -7,6 +7,11 @@ me via the website contact page and we can talk about alternatives. This is the list of donations received to date. Many thanks to all of you. +Donations for 2020-07: + * £100.00 Romain L. + * £20.00 Marcin W. + * £5.00 Robert E. + Donations for 2020-06: * £100.00 Romain L. * £20.00 Marcin W. diff --git a/configure.ac b/configure.ac index d198f7915..f7bdaca2b 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. dnl require a recent autoconf AC_PREREQ([2.61]) -AC_INIT([Burp],[2.3.33],[https://github.com/grke/burp/issues],[burp],[http://burp.grke.net/]) +AC_INIT([Burp],[2.3.34],[https://github.com/grke/burp/issues],[burp],[http://burp.grke.net/]) AC_CONFIG_AUX_DIR([autoconf]) AC_CONFIG_HEADERS([src/config.h]) AC_CONFIG_MACRO_DIR([m4])