# HG changeset patch # User meillo@marmaro.de # Date 1277108524 -7200 # Node ID 3334237be1769f89dc62920f56d7e470d4f2f822 # Parent b3673777f52ae2ea60705f9815422adefd7b0dcc updated ChangeLog and NEWS diff -r b3673777f52a -r 3334237be176 ChangeLog --- a/ChangeLog Mon Jun 21 10:21:42 2010 +0200 +++ b/ChangeLog Mon Jun 21 10:22:04 2010 +0200 @@ -7,7 +7,7 @@ technical speach and with focus on compatibility. -0.2.24 Wed, 16 Jun 2010 19:37:40 +0200 +0.2.24 Mon, 21 Jun 2010 10:07:32 +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 . @@ -15,6 +15,15 @@ its parent. This situation appears on SIGHUP receival. * fixed correct processing of mails with data lines longer 4096 chars. See commit message for details. + * various refactoring + * fixed is_ingroup() to check for the primary group of users + * moved man page of mservdetect to section 1 + * added rmail script from postfix which is a bit better than + calling masqmail as rmail. See docs/uucp-setup + * permissions.c describes how to make another group (e.g. + `uucp') trusted + * uninstall target removes now docs and thelike + * minor updates in the documentation 0.2.23 Sun, 30 May 2010 21:00:44 +0200 * fixed inverted condition for undefined online_file. Thanks to diff -r b3673777f52a -r 3334237be176 NEWS --- a/NEWS Mon Jun 21 10:21:42 2010 +0200 +++ b/NEWS Mon Jun 21 10:22:04 2010 +0200 @@ -19,6 +19,17 @@ - Mail messages with lines longer than 4096 characters do not get truncated anymore. +- Fixed checking of the trusted group. Primary groups are now +detected too. + +- Mservdetect's man page is now in section 1. + +- An `rmail' command is now included and gets installed with +masqmail. See docs/uucp-setup for more information. + +- Docs and thelike, that masqmail installs, is removed on uninstall +now. + 0.2.23