masqmail
changeset 77:58ca1df240f8
updated ChangeLog and NEWS
author | meillo@marmaro.de |
---|---|
date | Wed, 16 Jun 2010 22:09:33 +0200 |
parents | 3b344bf57162 |
children | 6538aa6969e5 |
files | ChangeLog NEWS |
diffstat | 2 files changed, 22 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/ChangeLog Wed Jun 16 19:36:22 2010 +0200 1.2 +++ b/ChangeLog Wed Jun 16 22:09:33 2010 +0200 1.3 @@ -7,6 +7,15 @@ 1.4 technical speach and with focus on compatibility. 1.5 1.6 1.7 +0.2.24 Wed, 16 Jun 2010 19:37:40 +0200 1.8 + * removed dead code in child.c 1.9 + * fixed closing of log files on receival of SIGHUP. See commit 1.10 + message and http://bugs.debian.org/536060 . 1.11 + * the daemon does reparent to init anymore if init is already 1.12 + its parent. This situation appears on SIGHUP receival. 1.13 + * fixed correct processing of mails with data lines longer 1.14 + 4096 chars. See commit message for details. 1.15 + 1.16 0.2.23 Sun, 30 May 2010 21:00:44 +0200 1.17 * fixed inverted condition for undefined online_file. Thanks to 1.18 Juergen Daubert.
2.1 --- a/NEWS Wed Jun 16 19:36:22 2010 +0200 2.2 +++ b/NEWS Wed Jun 16 22:09:33 2010 +0200 2.3 @@ -7,6 +7,19 @@ 2.4 The manual pages describe newly added options. Take them for reference. 2.5 2.6 2.7 +0.2.24 2.8 + 2.9 +- This version keeps on logging after an restart of the deamon, for 2.10 +instance when sending SIGHUP to the daemon process for rereading its 2.11 +config. 2.12 + 2.13 +- Now the daemon keeps the same process id when it receives SIGHUP to 2.14 +reread the config. 2.15 + 2.16 +- Mail messages with lines longer than 4096 characters do not get 2.17 +truncated anymore. 2.18 + 2.19 + 2.20 0.2.23 2.21 2.22 - This release fixes a major bug in 0.2.22 which made online detection