comparison ChangeLog @ 149:115d3c92493b 0.2.25

updated ChangeLog and NEWS
author meillo@marmaro.de
date Thu, 08 Jul 2010 00:50:21 +0200
parents 0d071003ab56
children e197e6f4dd94
comparison
equal deleted inserted replaced
148:1db6e1b91ead 149:115d3c92493b
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.2.25 Tue, 06 Jul 2010 19:58:29 +0200 10 0.2.25 Thu, 08 Jul 2010 00:49:36 +0200
11 * added server-side SMTP SIZE support. Thanks to Paolo. 11 * added server-side SMTP SIZE support. Thanks to Paolo.
12 * always remove Bcc: headers from now on 12 * always remove Bcc: headers from now on
13 * never create headers from envelope recipients from now on 13 * never create headers from envelope recipients from now on
14 * add ``To: undisclosed-recipients:;'' if no recipient header 14 * add ``To: undisclosed-recipients:;'' if no recipient header
15 is present 15 is present
16 * added checks for too long addresses in SMTP dialog. Thanks 16 * added checks for too long addresses in SMTP dialog. Thanks
17 to Paolo. 17 to Paolo.
18 * allow colons (`:') unquoted in config file. Thanks to Paolo. 18 * allow colons (`:') unquoted in config file. Thanks to Paolo.
19 * new warnmsg.tpl.it. Thanks to Paolo. 19 * new warnmsg.tpl.it. Thanks to Paolo.
20 * don't install the tests any longer 20 * don't install the tests any longer
21 * remove all installed dirs but no generated data (logs,
22 spooled files, config)
21 * removed the ACC_NO_RECVD_HDR because it is never used 23 * removed the ACC_NO_RECVD_HDR because it is never used
22 * changed name ACC_NODOT_TERM to ACC_DOT_IGNORE for better 24 * changed name ACC_NODOT_TERM to ACC_DOT_IGNORE for better
23 understanding 25 understanding
24 * fixed max_size_delete 26 * fixed max_size_delete
25 * added Paolo's mailq.wmbiffrc 27 * added Paolo's mailq.wmbiffrc
26 * better debugging output. Thanks to Paolo. 28 * better debugging output. Thanks to Paolo.
27 * documented some, yet undocumented, config options 29 * documented some, yet undocumented, config options
28 * improved documentation of -t option 30 * improved documentation of -t option
29 * added man page for rmail(1) 31 * moved rmail to sbin and added man page for rmail(8)
30 * several typo fixes in man pages and code comments 32 * several typo fixes in man pages and code comments
31 * gen-dist: don't distribute mercurial files 33 * gen-dist: don't distribute mercurial files
32 34
33 0.2.24 Mon, 21 Jun 2010 10:07:32 +0200 35 0.2.24 Mon, 21 Jun 2010 10:07:32 +0200
34 * removed dead code in child.c 36 * removed dead code in child.c