comparison ChangeLog @ 291:95d536599fd7

updated ChangeLog, NEWS and date/version in the man pages
author markus schnalke <meillo@marmaro.de>
date Wed, 08 Dec 2010 18:06:44 -0300
parents 9d88a7d55f53
children a4d8f20a992f
comparison
equal deleted inserted replaced
290:792e0201c1b3 291:95d536599fd7
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.1 Tue, 07 Dec 2010 17:51:27 -0300 10 0.3.1 Wed, 08 Dec 2010 18:03:04 -0300
11 * smtp_out.c: changed the SMTP greeting behavior to match RFC 11 * smtp_out.c: changed the SMTP greeting behavior to match RFC
12 2821 (always try EHLO first). Thanks to inne for pointing me 12 2821 (always try EHLO first). Thanks to inne for pointing me
13 on that. See also Debian bug #349211 13 on that. See also Debian bug #349211
14 * fail_msg.c: postmaster is now matched caseless, as 14 * fail_msg.c: postmaster is now matched caseless, as
15 required by RFC 15 required by RFC
18 * print version if called without arguments (see commit message 18 * print version if called without arguments (see commit message
19 or code) 19 or code)
20 * added -bm for mode accept (it's the default but the other MTAs 20 * added -bm for mode accept (it's the default but the other MTAs
21 have it too) 21 have it too)
22 * calling masqmail as `newaliases' is now recognized 22 * calling masqmail as `newaliases' is now recognized
23 * mark -qo (without argument) obsolete (see man page)
23 * refactored the cmdline argument processing (-m is recognized, 24 * refactored the cmdline argument processing (-m is recognized,
24 unknown -oXXX options are ignored now and some corner-cases 25 unknown -oXXX options are ignored now and some corner-cases
25 covered) 26 covered)
26 * operation modes are now enforced exclusive, fail otherwise 27 * operation modes are now enforced exclusive, fail otherwise
27 * -q and -qo are non-exclusive 28 * -q and -qo are non-exclusive