Mercurial > masqmail
comparison ChangeLog @ 230:4f999b3ee49d 0.3.0
updated ChangeLog and NEWS
also imported the entries from the 0.2 branch
author | meillo@marmaro.de |
---|---|
date | Fri, 23 Jul 2010 22:00:01 +0200 |
parents | 27363b36a28c |
children | c28e8dfebfc3 |
comparison
equal
deleted
inserted
replaced
229:d364fea755b4 | 230:4f999b3ee49d |
---|---|
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.0 Thu, 08 Jul 2010 11:04:14 +0200 | 10 0.3.0 Fri, 23 Jul 2010 21:58:25 +0200 |
11 * started new development branch (Attention: it will not | 11 * new development branch |
12 maintain backward compatibility!) | 12 (Attention: No backward compatibility guaranteed.) |
13 * removed POP3 support (also pop-before-smtp/smtp-after-pop) | |
14 * removed maildir support | |
15 * removed built-in mserver functionality | |
16 * removed, already deprecated, `remote_port' config option | |
17 * removed --disable-smtp-server and --with-glib-static | |
18 configure options | |
19 * exit if host_name is not set in conf file | |
20 * local_hosts defaults to `localhost;foo;foo.example.org' now | |
21 (generated from the value of host_name, here it would have | |
22 been `foo.example.org') | |
23 * listen on `localhost:25' now if listen_addresses is not set | |
24 in the conf file. To not listen at all, set listen_addresses | |
25 to the empty string. | |
26 * set default values for log_dir, spool_dir, mail_dir | |
27 * improved mservdetect | |
28 * build resolvtest tool now, the code was already there | |
29 * added setup guides | |
30 * improved and simplified the example config | |
31 * removed the old manual because it is really outdated now | |
32 * better debug logging of outgoing SMTP dialogs | |
33 * renamed misc/ to devel/ and contrib/ to admin/ | |
34 * added admin/config-transition, to check for and inform about | |
35 obsolete config options | |
36 | |
37 0.2.28 Fri, 23 Jul 2010 09:58:56 +0200 | |
38 * added STARTTLS support with external wrappers like openssl. | |
39 Added a new route config option `instant_helo' therefore. | |
40 * added misc/list-versions | |
41 | |
42 0.2.27 Sun, 18 Jul 2010 22:40:04 +0200 | |
43 * replaced the MD5 implementation with the one of Solar | |
44 Designer | |
45 * replaced hmac_md5.c with an own implementation of RFC 2104 | |
46 * added authors of contributed parts to AUTHORS | |
47 | |
48 0.2.26 Sun, 18 Jul 2010 10:28:43 +0200 | |
49 * write a log message when the daemon starts up. Thanks to | |
50 Juergen Daubert. | |
51 * added a missing #include <sys/stat.h> to local.c. Thanks to | |
52 Dominik Lang (phil). | |
53 * improved documentation of `wrapper' in route files | |
54 * fix handling of --with-liblockfile=no or | |
55 --without-liblockfile. Thanks to Nico Roeser. | |
56 * documentation improvements in the INSTALL file and some man | |
57 pages. Thanks to Nico Roeser. | |
58 * added misc/update-manpage-date, a development helper script | |
59 to update the date and version in man pages | |
13 | 60 |
14 0.2.25 Thu, 08 Jul 2010 00:49:36 +0200 | 61 0.2.25 Thu, 08 Jul 2010 00:49:36 +0200 |
15 * added server-side SMTP SIZE support. Thanks to Paolo. | 62 * added server-side SMTP SIZE support. Thanks to Paolo. |
16 * always remove Bcc: headers from now on | 63 * always remove Bcc: headers from now on |
17 * never create headers from envelope recipients from now on | 64 * never create headers from envelope recipients from now on |