comparison ChangeLog @ 185:1210d3f1af2b

Updated ChangeLog and NEWS
author markus schnalke <meillo@marmaro.de>
date Sat, 27 Aug 2011 18:12:55 +0200
parents 4e96665808c3
children
comparison
equal deleted inserted replaced
184:b3835b6b834b 185:1210d3f1af2b
4 The code repository log file provides the changes in full detail. 4 The code repository log file provides the changes in full detail.
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
10 0.2.30 Sat, 27 Aug 2011 18:00:57 +0200
11 * Fixed a possible security problem, reported by John Lightsey. See
12 Debian bug #638002. The return value of seteuid() calls was handled
13 wrong or not at all. Now, the (already available) set_euidgid()
14 function is used when possible. Additionally, removed the unnecessary
15 identity change when writing into an already open file descriptor.
9 16
10 0.2.29 Fri, 03 Jun 2011 09:52:44 +0200 17 0.2.29 Fri, 03 Jun 2011 09:52:44 +0200
11 * Fixed a problem with folded headers. The folded lines of a 18 * Fixed a problem with folded headers. The folded lines of a
12 long header would be ignored in unpredictable cases. 19 long header would be ignored in unpredictable cases.
20
13 0.2.28 Fri, 23 Jul 2010 09:58:56 +0200 21 0.2.28 Fri, 23 Jul 2010 09:58:56 +0200
14 * added STARTTLS support with external wrappers like openssl. 22 * added STARTTLS support with external wrappers like openssl.
15 Added a new route config option `instant_helo' therefore. 23 Added a new route config option `instant_helo' therefore.
16 * added misc/list-versions 24 * added misc/list-versions
17 25