Skip to content

Commit

Permalink
Tweaks for release.
Browse files Browse the repository at this point in the history
Change-Id: I53dbece37be34befeb62612f05c4dbfb43d439d6
  • Loading branch information
grke committed Sep 29, 2018
1 parent 5093821 commit 080c611
Show file tree
Hide file tree
Showing 3 changed files with 24 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-10-01 Changes in burp-2.2.12:
* From ziirish:
- 253: 'logic' rules parser with new exclude_logic option.
* 753: Send error to server when there is a VSS problem.
* 754: Fixes for find_logic code.
* 756: Man page correction about number of notify args.
Also rename 'warnings' to 'warning_count' in notify_script.
* 675: Stdout command line options.
'-v' now overrides stdout=0 in the config file, to be 1.
'-Q' now overrides stdout=1 in the config file, to be 0, and turns
off the progress counter.
'-v' used to be the version option - that is now '-V'.
* 743: Fix broken status monitor command parsing.
* 759: Log backup start/resume/complete/failure in the main log.
* 760: Fix and prevent possibility of infinite loops on error in asfd code.
* 758, 763: Read errors should interrupt backing up a file.

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
Expand Down
6 changes: 6 additions & 0 deletions DONATIONS
Original file line number Diff line number Diff line change
Expand Up @@ -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 2018-09:
* £100.00 Romain L.
* £20.00 Marcin W.
* £10.00 Pablo D.
* £10.00 Mariusz M.

Donations for 2018-08:
* £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.10],[https://github.com/grke/burp/issues],[burp],[http://burp.grke.net/])
AC_INIT([Burp],[2.2.12],[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 080c611

Please sign in to comment.