Mercurial > masqmail
comparison ChangeLog @ 253:c28e8dfebfc3
updated ChangeLog and NEWS
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Thu, 04 Nov 2010 14:36:47 -0300 |
parents | 4f999b3ee49d |
children | d4d0defaf769 |
comparison
equal
deleted
inserted
replaced
252:1b25fabdc3cb | 253:c28e8dfebfc3 |
---|---|
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.3.1 Thu, 04 Nov 2010 13:46:58 -0300 | |
11 * smtp_out.c: changed the SMTP greeting behavior to match RFC | |
12 2821 (always try EHLO first). Thanks to inne for pointing me | |
13 on that. See also Debian bug #349211 | |
14 * fail_msg.c: postmaster is now matched caseless, as | |
15 required by RFC | |
16 * refactored the cmdline argument processing (-m is recognized, | |
17 unknown -oXXX options are ignored now and some corner-cases | |
18 covered) | |
19 * created new functions manipulate_queue() and run_queue() | |
20 and moved code from main() | |
21 * replaced the loop-based alias_expand() with a new one that | |
22 wraps the recursive alias_one() | |
23 * removed ADDR_FLAG_NOEXPAND as it is not needed anymore | |
24 * made addr_isequal() and addr_isequal_parent() more flexible, | |
25 thus making addr_isequal_alias() needless and removed | |
26 * merged rcptlist_with_one_of_hostlist() and | |
27 rcptlist_with_addr_is_local() into split_rcpts() | |
28 * renamed the default route for the local net to | |
29 `default local_net_route' | |
30 * renamed `alias_local_caseless' to `caseless_matching' because | |
31 it does not only affect the matching of local parts of aliases | |
32 anymore but is used anywhere where address matching is | |
33 performed | |
34 * renamed conf.alias_local_cmp to conf.localpartcmp | |
35 * minor improvements of debug messages | |
36 * improved and updated man/masqmail.8 | |
37 * several, mostly cosmetic, cleanups | |
9 | 38 |
10 0.3.0 Fri, 23 Jul 2010 21:58:25 +0200 | 39 0.3.0 Fri, 23 Jul 2010 21:58:25 +0200 |
11 * new development branch | 40 * new development branch |
12 (Attention: No backward compatibility guaranteed.) | 41 (Attention: No backward compatibility guaranteed.) |
13 * removed POP3 support (also pop-before-smtp/smtp-after-pop) | 42 * removed POP3 support (also pop-before-smtp/smtp-after-pop) |