Mercurial > masqmail
comparison ChangeLog @ 379:193013200396
Updated ChangeLog and NEWS.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Wed, 18 Jan 2012 09:31:35 +0100 |
parents | 75f4a5676808 |
children | 34c919a8d74e |
comparison
equal
deleted
inserted
replaced
378:5781ba87df95 | 379:193013200396 |
---|---|
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.4 Wed, 18 Jan 2012 09:21:54 +0100 | |
11 * Reworked the route concept. Better names: ``online_routes'' is now | |
12 known as ``query_routes'' and the ``local_net_route'' in now named | |
13 ``permanent_routes''. Removed the idea of the localnet because it | |
14 is only part of the more general concept: permanent routes. Removed | |
15 `local_nets'; they are now represented by allowed_recipients in a | |
16 permanent route. (See: examples/localnet.route) Now, there is no | |
17 more abiguity between `local' and `local net'. Run | |
18 admin/config-transition on your config to learn how to update it. | |
19 * Switched the default group for masqmail from `trusted' to `mail'. | |
20 * Fixed a problem with psb->remote_host, introduced in version 0.3.2 | |
21 (changeset 412385b57dc4). | |
22 * Fixed a bug in matching of allowed recipients. Thanks to Juergen | |
23 Daubert for finding and reporting the issue. | |
24 * Enabled auth support per default. | |
25 * Removed support for openssl linking. It had been rarely used and | |
26 could have caused legal problems. We don't miss functionality here, | |
27 because we already have builtin MD5 support. | |
28 * Removed ident support. This had been discussed on the mailing list | |
29 in Oct 2011. | |
30 * `local_hosts' now understands glob patterns like `*example.org'. | |
31 * Lots of refactoring and removal of unused code. | |
32 * Smaller cleanups of the man pages. | |
9 | 33 |
10 0.3.3 Wed, 31 Aug 2011 08:38:13 +0200 | 34 0.3.3 Wed, 31 Aug 2011 08:38:13 +0200 |
11 * Fixed a possible security problem, reported by John Lightsey. See | 35 * Fixed a possible security problem, reported by John Lightsey. See |
12 Debian bug #638002. The return value of seteuid() calls was handled | 36 Debian bug #638002. The return value of seteuid() calls was handled |
13 wrong or not at all. Now, the (already available) set_euidgid() | 37 wrong or not at all. Now, the (already available) set_euidgid() |