# HG changeset patch # User meillo@marmaro.de # Date 1276718973 -7200 # Node ID 58ca1df240f8bb8e64f061d733782c2011467e7b # Parent 3b344bf5716281b36193faefc91920c05d8fbd06 updated ChangeLog and NEWS diff -r 3b344bf57162 -r 58ca1df240f8 ChangeLog --- a/ChangeLog Wed Jun 16 19:36:22 2010 +0200 +++ b/ChangeLog Wed Jun 16 22:09:33 2010 +0200 @@ -7,6 +7,15 @@ technical speach and with focus on compatibility. +0.2.24 Wed, 16 Jun 2010 19:37:40 +0200 + * removed dead code in child.c + * fixed closing of log files on receival of SIGHUP. See commit + message and http://bugs.debian.org/536060 . + * the daemon does reparent to init anymore if init is already + its parent. This situation appears on SIGHUP receival. + * fixed correct processing of mails with data lines longer + 4096 chars. See commit message for details. + 0.2.23 Sun, 30 May 2010 21:00:44 +0200 * fixed inverted condition for undefined online_file. Thanks to Juergen Daubert. diff -r 3b344bf57162 -r 58ca1df240f8 NEWS --- a/NEWS Wed Jun 16 19:36:22 2010 +0200 +++ b/NEWS Wed Jun 16 22:09:33 2010 +0200 @@ -7,6 +7,19 @@ The manual pages describe newly added options. Take them for reference. +0.2.24 + +- This version keeps on logging after an restart of the deamon, for +instance when sending SIGHUP to the daemon process for rereading its +config. + +- Now the daemon keeps the same process id when it receives SIGHUP to +reread the config. + +- Mail messages with lines longer than 4096 characters do not get +truncated anymore. + + 0.2.23 - This release fixes a major bug in 0.2.22 which made online detection