changeset 149:115d3c92493b 0.2.25

updated ChangeLog and NEWS
author meillo@marmaro.de
date Thu, 08 Jul 2010 00:50:21 +0200 (2010-07-07)
parents 1db6e1b91ead
children 0025a7677d16
files ChangeLog NEWS
diffstat 2 files changed, 10 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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.
+
+- Added warnmsg.tpl.it. Thanks to Paolo.
 
-- The tests do not get installed any longer.
+- 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.