changeset 338:75f4a5676808

updated ChangeLog and NEWS
author markus schnalke <meillo@marmaro.de>
date Wed, 31 Aug 2011 08:40:24 +0200 (2011-08-31)
parents fe00f7952a7c
children e6864daf89f4
files ChangeLog NEWS
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Aug 29 19:32:38 2011 +0200
+++ b/ChangeLog	Wed Aug 31 08:40:24 2011 +0200
@@ -7,13 +7,18 @@
 technical speach and with focus on compatibility.
 
 
-0.3.3  Sat, 27 Aug 2011 18:35:34 +0200
+0.3.3  Wed, 31 Aug 2011 08:38:13 +0200
 	* Fixed a possible security problem, reported by John Lightsey. See
 	  Debian bug #638002. The return value of seteuid() calls was handled
 	  wrong or not at all. Now, the (already available) set_euidgid()
 	  function is used when possible. Additionally, removed the unnecessary
 	  identity change when writing into an already open file descriptor.
 	* Added debug level 9 for msgs to stderr during reading config.
+	* Fixed local-part only address patterns in route conditions. The man
+	  page claimed behavior that wasn't implemented up to now. Thanks to
+	  Juergen Daubert for the bug report.
+	* Switched default listen address back from 127.0.0.1 to `localhost'.
+	  Better be straight-forward than too clever.
 
 0.3.2  Fri, 03 Jun 2011 10:14:33 +0200
 	* Fixed an important bug with folded headers! The folded lines
--- a/NEWS	Mon Aug 29 19:32:38 2011 +0200
+++ b/NEWS	Wed Aug 31 08:40:24 2011 +0200
@@ -12,6 +12,9 @@
 -  Fixed a possible security problem, reported by John Lightsey. Unwanted
 identity changes to the user root could have appeared.
 
+- Fixed local-part only address patterns in route conditions, as already
+described in the man page.
+
 
 0.3.2