Skip to content

Commit

Permalink
Tweaks for release.
Browse files Browse the repository at this point in the history
Change-Id: I124d88b66732e753a40eebfd41ba2e60d5a2b9c2
  • Loading branch information
grke committed Aug 31, 2018
1 parent ddbaae5 commit 5af80f4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
2018-09-01 Changes in burp-2.2.10:
* 737, 738: Multiple listen addresses.
* 747: Fix for ACLs not getting restored on directories, and fix metadata
client side counters.
* 744: Fix for truncated .created file.
* 750: fail_on_warning config option.
* From ziirish:
- 742: Clarify backup_script_pre documentation.
- 746: Add '-o' flag to override configuration options on the command line.
- 3: Implement 'include_regex' .
* From deajan and hakong:
- 740: Updates for backup tool script, including calendar.
* From pablodav:
- Fix Windows upgrade script getting stuck after execution.
* Add j:response-markers-on/off monitor commands.
* Fix utests for travis mac builds, they have a new gzip version.

2018-08-01 Changes in burp-2.2.8:
* Do not try to log remotely with client side post_scripts.
* 693: Fix RS_BLAKE2_SIG_MAGIC detection.
Expand Down
4 changes: 4 additions & 0 deletions DONATIONS
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ 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 2018-08:
* £100.00 Romain L.
* £20.00 Marcin W.

Donations for 2018-07:
* £100.00 Romain L.
* £20.00 Marcin W.
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.2.9],[https://github.com/grke/burp/issues],[burp],[http://burp.grke.net/])
AC_INIT([Burp],[2.2.10],[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 5af80f4

Please sign in to comment.