comparison ChangeLog @ 338:75f4a5676808

updated ChangeLog and NEWS
author markus schnalke <meillo@marmaro.de>
date Wed, 31 Aug 2011 08:40:24 +0200
parents 2d4aa516ba0e
children 193013200396
comparison
equal deleted inserted replaced
337:fe00f7952a7c 338:75f4a5676808
5 5
6 Have a look at the NEWS file for a summary of the changes in a less 6 Have a look at the NEWS file for a summary of the changes in a less
7 technical speach and with focus on compatibility. 7 technical speach and with focus on compatibility.
8 8
9 9
10 0.3.3 Sat, 27 Aug 2011 18:35:34 +0200 10 0.3.3 Wed, 31 Aug 2011 08:38:13 +0200
11 * Fixed a possible security problem, reported by John Lightsey. See 11 * Fixed a possible security problem, reported by John Lightsey. See
12 Debian bug #638002. The return value of seteuid() calls was handled 12 Debian bug #638002. The return value of seteuid() calls was handled
13 wrong or not at all. Now, the (already available) set_euidgid() 13 wrong or not at all. Now, the (already available) set_euidgid()
14 function is used when possible. Additionally, removed the unnecessary 14 function is used when possible. Additionally, removed the unnecessary
15 identity change when writing into an already open file descriptor. 15 identity change when writing into an already open file descriptor.
16 * Added debug level 9 for msgs to stderr during reading config. 16 * Added debug level 9 for msgs to stderr during reading config.
17 * Fixed local-part only address patterns in route conditions. The man
18 page claimed behavior that wasn't implemented up to now. Thanks to
19 Juergen Daubert for the bug report.
20 * Switched default listen address back from 127.0.0.1 to `localhost'.
21 Better be straight-forward than too clever.
17 22
18 0.3.2 Fri, 03 Jun 2011 10:14:33 +0200 23 0.3.2 Fri, 03 Jun 2011 10:14:33 +0200
19 * Fixed an important bug with folded headers! The folded lines 24 * Fixed an important bug with folded headers! The folded lines
20 of a long header would be ignored in unpredictable cases. 25 of a long header would be ignored in unpredictable cases.
21 Also fixed another problem with folded headers and 26 Also fixed another problem with folded headers and