Skip to content

Commit

Permalink
Teaks for release.
Browse files Browse the repository at this point in the history
Change-Id: I824c4e8587d45ca38757a20d1e52ca0b136e8812
  • Loading branch information
grke committed Mar 30, 2018
1 parent d88815b commit 2f1150c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2018-04-01 Changes in burp-2.1.32:
* 696: Tests for some Windows installer command line switches, and
use of hostname for cname.
* 698: Fix for 'could not open current/incexc' warning on first backup.
* 699: Remove use of strcasestr so that AIX is happy.
* 701: From deajan:
- Fix for broken Windows installer command line switches.
- Man page tweak for rblk_memory_max.
* From jirib:
- spec file tweak for uthash.

2018-03-04 Changes in burp-2.1.30:
* Revert "reopen syslog for child processes after fork".
* Use iobuf_to_printable everywhere that iobufs are printed.
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-03:
* £100.00 Romain L.
* £20.00 Marcin W.

Donations for 2018-02:
* £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.1.30],[https://github.com/grke/burp/issues],[burp],[http://burp.grke.net/])
AC_INIT([Burp],[2.1.32],[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 2f1150c

Please sign in to comment.