# HG changeset patch # User meillo@marmaro.de # Date 1278543021 -7200 # Node ID 115d3c92493b73a65bf67ecdfca194d88853776d # Parent 1db6e1b91ead4da5e86ef2b2ac9f6ea186d0ec91 updated ChangeLog and NEWS diff -r 1db6e1b91ead -r 115d3c92493b ChangeLog --- a/ChangeLog Thu Jul 08 00:40:19 2010 +0200 +++ b/ChangeLog Thu Jul 08 00:50:21 2010 +0200 @@ -7,7 +7,7 @@ technical speach and with focus on compatibility. -0.2.25 Tue, 06 Jul 2010 19:58:29 +0200 +0.2.25 Thu, 08 Jul 2010 00:49:36 +0200 * added server-side SMTP SIZE support. Thanks to Paolo. * always remove Bcc: headers from now on * never create headers from envelope recipients from now on @@ -18,6 +18,8 @@ * allow colons (`:') unquoted in config file. Thanks to Paolo. * new warnmsg.tpl.it. Thanks to Paolo. * don't install the tests any longer + * remove all installed dirs but no generated data (logs, + spooled files, config) * removed the ACC_NO_RECVD_HDR because it is never used * changed name ACC_NODOT_TERM to ACC_DOT_IGNORE for better understanding @@ -26,7 +28,7 @@ * better debugging output. Thanks to Paolo. * documented some, yet undocumented, config options * improved documentation of -t option - * added man page for rmail(1) + * moved rmail to sbin and added man page for rmail(8) * several typo fixes in man pages and code comments * gen-dist: don't distribute mercurial files diff -r 1db6e1b91ead -r 115d3c92493b NEWS --- a/NEWS Thu Jul 08 00:40:19 2010 +0200 +++ b/NEWS Thu Jul 08 00:50:21 2010 +0200 @@ -22,10 +22,13 @@ - Added checks for too long addresses in SMTP dialog. Thanks to Paolo. -- Added warnmsg.tpl.it. Thanks to Paolo. Added a man page for -rmail(1). +- Moved rmail to sbin and added a man page for it. -- The tests do not get installed any longer. +- Added warnmsg.tpl.it. Thanks to Paolo. + +- The tests do not get installed any longer. All on install created +dirs are removed on uninstall, except they contain generated data like +logs, spooled files, or configuration. - Documented some, yet undocumented, config options. Several typo fixes in man pages and code comments.