changeset 160:e197e6f4dd94 0.2.26

updated ChangeLog and NEWS
author meillo@marmaro.de
date Sun, 18 Jul 2010 10:33:30 +0200
parents 949ccc02eecf
children 6655f7708ee1
files ChangeLog NEWS
diffstat 2 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jul 16 09:41:25 2010 +0200
+++ b/ChangeLog	Sun Jul 18 10:33:30 2010 +0200
@@ -7,6 +7,19 @@
 technical speach and with focus on compatibility.
 
 
+0.2.26  Sun, 18 Jul 2010 10:28:43 +0200
+	* write a log message when the daemon starts up. Thanks to
+	  Juergen Daubert.
+	* added a missing #include <sys/stat.h> to local.c. Thanks to
+	  Dominik Lang (phil).
+	* improved documentation of `wrapper' in route files
+	* fix handling of --with-liblockfile=no or
+	  --without-liblockfile. Thanks to Nico Roeser.
+	* documentation improvements in the INSTALL file and some man
+	  pages. Thanks to Nico Roeser.
+	* added misc/update-manpage-date, a development helper script
+	  to update the date and version in man pages
+
 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
--- a/NEWS	Fri Jul 16 09:41:25 2010 +0200
+++ b/NEWS	Sun Jul 18 10:33:30 2010 +0200
@@ -7,6 +7,18 @@
 The manual pages describe newly added options. Take them for reference.
 
 
+0.2.26
+
+- Write a log message when the daemon starts up. Thanks to Juergen
+Daubert.
+
+- Fix handling of --with-liblockfile=no or --without-liblockfile for
+configure script. Thanks to Nico Roeser.
+
+- Improved the INSTALL file and some man pages. Thanks to Nico Roeser
+Improved the documentation of the wrapper option of route files.
+
+
 0.2.25
 
 - Added server-side SMTP SIZE support. Thanks to Paolo.