Skip to content

Commit

Permalink
Tweaks for release.
Browse files Browse the repository at this point in the history
Change-Id: I0be8296347dafcfe14ee9168dd4bb3bdc40a81a5
  • Loading branch information
grke committed Sep 30, 2017
1 parent c41fa7c commit 777cf4c
Show file tree
Hide file tree
Showing 3 changed files with 15 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 @@
2017-10-01 Changes in burp-2.1.20:
* On server daemonise(), rewrite the pid/prog to the lockfile
without trying to open it a second time. This should avoid permission
problems after chuser/chgrp.
* Fix for 'success notification on failed backup'.
* Check fileno() for errors in asfd.c.
* List the mtime instead of the more recent of mtime/ctime.
* Fix client_lockdir option.

2017-09-01 Changes in burp-2.1.18:
* From qm2k:
- Fix buffer overrun and slightly refactor xstrsplit in glob_windows.c
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 2017-09:
* £100.00 Romain L.
* £40.00 Marcin W.
* £30.00 Pablo D.

Donations for 2017-08:
* £100.00 Romain L.
* £50.00 Holger B.
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.18],[https://github.com/grke/burp/issues],[burp],[http://burp.grke.net/])
AC_INIT([Burp],[2.1.20],[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 777cf4c

Please sign in to comment.