Skip to content

Commit

Permalink
Tweaks for release.
Browse files Browse the repository at this point in the history
Change-Id: I4cfa5b00f5cf10b851afc612736e4606ed602d8a
  • Loading branch information
grke committed Mar 3, 2018
1 parent a9c6fb6 commit 0ebb693
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
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.
* Don't run ncurses utests if you don't HAVE_NCURSES.
* Bug fix for some utests accidentally closing stdin.
* Protocol 2: Hash table for rblk lookups on restore/verify.
Add rblk_memory_max option for configuring its size.
* From deajan:
- Replaced bits (b) with bytes (B) for quotas in man page.
* From John Stoffel:
- configure check for pkg-config.

2018-02-01 Changes in burp-2.1.28:
* Set Windows creation time on restore.
* From gfa-:
Expand Down
5 changes: 5 additions & 0 deletions DONATIONS
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ 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-02:
* £100.00 Romain L.
* £20.00 Marcin W.
* £5.00 Karoly F.

Donations for 2018-01:
* £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.28],[https://github.com/grke/burp/issues],[burp],[http://burp.grke.net/])
AC_INIT([Burp],[2.1.30],[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 0ebb693

Please sign in to comment.