comparison ChangeLog @ 126:8a2b38c567c1

updated ChangeLog and NEWS
author meillo@marmaro.de
date Thu, 01 Jul 2010 14:31:16 +0200
parents 3334237be176
children 0d071003ab56
comparison
equal deleted inserted replaced
125:6eec8bcfd320 126:8a2b38c567c1
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.25 Thu, 01 Jul 2010 13:40:31 +0200
11 * added server-side SMTP SIZE support. Thanks to Paolo.
12 * always remove Bcc: headers from now on
13 * never create headers from envelope recipients from now on
14 * add ``To: undisclosed-recipients:;'' if no recipient header
15 is present
16 * allow colons (`:') unquoted in config file. Thanks to Paolo.
17 * new warnmsg.tpl.it. Thanks to Paolo.
18 * don't install the tests any longer
19 * removed the ACC_NO_RECVD_HDR because it is never used
20 * changed name ACC_NODOT_TERM to ACC_DOT_IGNORE for better
21 understanding
22 * better debugging output. Thanks to Paolo.
23 * improved documentation of -t option
24 * added man page for rmail(1)
25 * several typo fixes in man pages and code comments
26 * don't distribute mercurial files (in gen-dist)
9 27
10 0.2.24 Mon, 21 Jun 2010 10:07:32 +0200 28 0.2.24 Mon, 21 Jun 2010 10:07:32 +0200
11 * removed dead code in child.c 29 * removed dead code in child.c
12 * fixed closing of log files on receival of SIGHUP. See commit 30 * fixed closing of log files on receival of SIGHUP. See commit
13 message and http://bugs.debian.org/536060 . 31 message and http://bugs.debian.org/536060 .