Skip to content

Commit

Permalink
Tweaks for release
Browse files Browse the repository at this point in the history
Change-Id: I225faf08b90c385179f840d435ee2c770ae0da91
  • Loading branch information
grke committed Aug 30, 2022
1 parent e7ef998 commit e161ac3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
17 changes: 16 additions & 1 deletion DONATIONS
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit e161ac3

Please sign in to comment.