Skip to content

Commit

Permalink
Tweaks for release
Browse files Browse the repository at this point in the history
Change-Id: I26e132dde330349f79e565785aebf1dbae97c510
  • Loading branch information
grke committed Aug 30, 2021
1 parent fc28690 commit 299f724
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2021-08-31 burp-2.5.4
* Windows cross-tools/depkgs:
- Update to mingw-w64-v5.0.4
- Update to prce-8.45
- Stop building 32bit tools
* 888:
- Error out on duplicate include/exclude confs
- Fix similar problem with duplicate glob reevaluation

2021-07-02 burp-2.5.2:
* Upgrade Windows depkgs to:
- openssl-1.1.1k.
Expand Down
10 changes: 10 additions & 0 deletions DONATIONS
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ 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 2021-08:
* £20.00 Marcin W.
* £5.00 Eckart K.
* £5.00 John K.

Donations for 2021-07:
* £20.00 Marcin W.
* £5.00 Eckart K.
* £5.00 John K.

Donations for 2021-06:
* £20.00 Marcin W.
* £5.00 Eckart K.
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],[2.5.3],[https://github.com/grke/burp/issues],[burp],[http://burp.grke.net/])
AC_INIT([Burp],[2.5.4],[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 299f724

Please sign in to comment.