From 533bc4ee656fb25a662c5f1fb85edba833dab366 Mon Sep 17 00:00:00 2001 From: Graham Keeling Date: Sat, 31 Aug 2019 05:36:25 +0000 Subject: [PATCH] Tweaks for release. Change-Id: I599be18c2ac1022edd7cce40d40a05034eaabc1f --- CHANGELOG | 6 ++++++ DONATIONS | 6 ++++++ configure.ac | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7d32b94a5..a1c616d15 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +2019-09-01 Changes in burp-2.3.14: + * 823: Fix server-initiated restore without a restoreprefix causing + the client side's restoreprefix to be doubled. + * From Orsiris de Jong: + - Backup tool script 0.5.0 for burp + 2019-08-01 Changes in burp-2.3.12: * Fix Windows memory breakage when restoring long paths. * Add long directories to tests. diff --git a/DONATIONS b/DONATIONS index 0edd21b2b..409958034 100644 --- a/DONATIONS +++ b/DONATIONS @@ -7,6 +7,12 @@ 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 2019-08: + * £100.00 Romain L. + * £20.00 Marcin W. + * £20.00 Thorben H. + * £10.00 Jorge C. + Donations for 2019-07: * £100.00 Romain L. * £20.00 Marcin W. diff --git a/configure.ac b/configure.ac index 5f7f9a7a9..8bf9f9019 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.12],[https://github.com/grke/burp/issues],[burp],[http://burp.grke.net/]) +AC_INIT([Burp],[2.3.14],[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])