masqmail
diff ChangeLog @ 230:4f999b3ee49d
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 |
line diff
1.1 --- a/ChangeLog Fri Jul 23 21:57:59 2010 +0200 1.2 +++ b/ChangeLog Fri Jul 23 22:00:01 2010 +0200 1.3 @@ -7,9 +7,56 @@ 1.4 technical speach and with focus on compatibility. 1.5 1.6 1.7 -0.3.0 Thu, 08 Jul 2010 11:04:14 +0200 1.8 - * started new development branch (Attention: it will not 1.9 - maintain backward compatibility!) 1.10 +0.3.0 Fri, 23 Jul 2010 21:58:25 +0200 1.11 + * new development branch 1.12 + (Attention: No backward compatibility guaranteed.) 1.13 + * removed POP3 support (also pop-before-smtp/smtp-after-pop) 1.14 + * removed maildir support 1.15 + * removed built-in mserver functionality 1.16 + * removed, already deprecated, `remote_port' config option 1.17 + * removed --disable-smtp-server and --with-glib-static 1.18 + configure options 1.19 + * exit if host_name is not set in conf file 1.20 + * local_hosts defaults to `localhost;foo;foo.example.org' now 1.21 + (generated from the value of host_name, here it would have 1.22 + been `foo.example.org') 1.23 + * listen on `localhost:25' now if listen_addresses is not set 1.24 + in the conf file. To not listen at all, set listen_addresses 1.25 + to the empty string. 1.26 + * set default values for log_dir, spool_dir, mail_dir 1.27 + * improved mservdetect 1.28 + * build resolvtest tool now, the code was already there 1.29 + * added setup guides 1.30 + * improved and simplified the example config 1.31 + * removed the old manual because it is really outdated now 1.32 + * better debug logging of outgoing SMTP dialogs 1.33 + * renamed misc/ to devel/ and contrib/ to admin/ 1.34 + * added admin/config-transition, to check for and inform about 1.35 + obsolete config options 1.36 + 1.37 +0.2.28 Fri, 23 Jul 2010 09:58:56 +0200 1.38 + * added STARTTLS support with external wrappers like openssl. 1.39 + Added a new route config option `instant_helo' therefore. 1.40 + * added misc/list-versions 1.41 + 1.42 +0.2.27 Sun, 18 Jul 2010 22:40:04 +0200 1.43 + * replaced the MD5 implementation with the one of Solar 1.44 + Designer 1.45 + * replaced hmac_md5.c with an own implementation of RFC 2104 1.46 + * added authors of contributed parts to AUTHORS 1.47 + 1.48 +0.2.26 Sun, 18 Jul 2010 10:28:43 +0200 1.49 + * write a log message when the daemon starts up. Thanks to 1.50 + Juergen Daubert. 1.51 + * added a missing #include <sys/stat.h> to local.c. Thanks to 1.52 + Dominik Lang (phil). 1.53 + * improved documentation of `wrapper' in route files 1.54 + * fix handling of --with-liblockfile=no or 1.55 + --without-liblockfile. Thanks to Nico Roeser. 1.56 + * documentation improvements in the INSTALL file and some man 1.57 + pages. Thanks to Nico Roeser. 1.58 + * added misc/update-manpage-date, a development helper script 1.59 + to update the date and version in man pages 1.60 1.61 0.2.25 Thu, 08 Jul 2010 00:49:36 +0200 1.62 * added server-side SMTP SIZE support. Thanks to Paolo.