comparison NEWS @ 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
7 The manual pages describe newly added options. Take them for reference. 7 The manual pages describe newly added options. Take them for reference.
8 8
9 9
10 0.3.0 10 0.3.0
11 11
12 - Started a new development branch. Attention: It will not maintain 12 - Start of the new development branch. Attention: Backward
13 compatibility with 0.2.x versions. Upgrading from 0.2.x to 0.3.x will 13 compatibility with 0.2.x versions will *NOT* be maintained. Upgrading
14 surely require manual adjustment of the configuration. 14 from 0.2.x to 0.3.x will probably require manual adjustment of the
15 configuration. The script admin/config-tansition can be used to check
16 the config files for obsolete options.
17
18 - Removed POP3 support (also pop-before-smtp/smtp-after-pop). Use some
19 other POP3 client instead.
20
21 - Removed maildir support. Use an MDA, like procmail, to deliver to
22 maildir.
23
24 - Removed the built-in mserver functionality. Use the mservdetect
25 program instead. See masqmail.conf(5) under `online_pipe' for details.
26
27 - Removed --disable-smtp-server and --with-glib-static configure
28 options. We see no more need to not compile the SMTP server function.
29 For static linking, see docs/howto-static-linking.
30
31 - `host_name' is the only mandatory config option now. If you only set
32 host_name, then masqmail will:
33 o accept mail on the command line
34 o listen on the local port 25 for incoming mail
35 o deliver mail locally
36 o not know how to handle mail for remote destinations
37 Therefore you should set up at least one route configuration.
38
39 - Default values are available for: listen_addresses, local_hosts,
40 log_dir, spool_dir, mail_dir. See masqmail.conf(5) for the values.
41
42 - Mservdetect works much better now.
43
44 - Improved the documentation:
45 o Added setup guides
46 o Improved and simplified the example config
47 And removed the old manual because it is really outdated now.
48
49 - Renamed misc/ to devel/ and contrib/ to admin/. devel/ contains
50 stuff for developers of masqmail, admin/ contains stuff for people who
51 install, upgrade, and configure masqmail.
52
53
54 0.2.28
55
56 - Added STARTTLS support with external wrappers like OpenSSL. See
57 `wrapper' and `instant_helo' in masqmail.route(5) for examples how to
58 use it. `instant_helo' is a new route config option.
59
60
61 0.2.27
62
63 - Replaced contributed code with possible licensing problems with
64 alternatives. The MD5 implementation changed from the reference
65 implementation of RFC 1321 to the Public Domain implementation of
66 Solar Designer. The HMAC-MD5 implementation changed from the reference
67 implementation of RFC 2104 to an own implementation (ISC License).
68
69 - Added the authors of contributed parts to the AUTHORS file.
70
71
72 0.2.26
73
74 - Write a log message when the daemon starts up. Thanks to Juergen
75 Daubert.
76
77 - Fix handling of --with-liblockfile=no or --without-liblockfile for
78 configure script. Thanks to Nico Roeser.
79
80 - Improved the INSTALL file and some man pages. Thanks to Nico Roeser
81 Improved the documentation of the wrapper option of route files.
15 82
16 83
17 0.2.25 84 0.2.25
18 85
19 - Added server-side SMTP SIZE support. Thanks to Paolo. 86 - Added server-side SMTP SIZE support. Thanks to Paolo.