diff --git a/CHANGELOG b/CHANGELOG index cd2aeff5..0f018c7a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +2022-09-01 burp-3.1.2 + * 904: openssl3 support + - And switch to aes-cbc instead of blowfish, which is deprecated, for + file encryption + * 908: Only glibc supports %z in strptime() + * Fix 2.x clients talking to 3.x servers. + * Delete heaps more unused code + 2022-05-01 burp-3.1.0 * Remove protocol 2: - It hasn't been progressing for a long time, and is mostly just a diff --git a/DONATIONS b/DONATIONS index 44b1cac6..ecc60bfb 100644 --- a/DONATIONS +++ b/DONATIONS @@ -7,7 +7,22 @@ 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 2022-03: +Donations for 2022-08: + * £85.00 CompuMatter + * £5.00 Eckart K. + * £2.50 Aaron W. + +Donations for 2022-07: + * £5.00 Eckart K. + * £2.50 Aaron W. + +Donations for 2022-06: + * £5.00 Eckart K. + +Donations for 2022-05: + * £5.00 Eckart K. + +Donations for 2022-04: * £5.00 Eckart K. Donations for 2022-03: diff --git a/configure.ac b/configure.ac index 7385eac3..6716be39 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],[3.1.1],[https://github.com/grke/burp/issues],[burp],[http://burp.grke.net/]) +AC_INIT([Burp],[3.1.2],[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])