masqmail-0.2
changeset 41:5432f13c7e58
updated ChangeLog and NEWS
author | meillo@marmaro.de |
---|---|
date | Mon, 10 May 2010 12:26:54 +0200 |
parents | 8071dc6c6ed1 |
children | 03817f849106 |
files | ChangeLog NEWS |
diffstat | 2 files changed, 64 insertions(+), 9 deletions(-) [+] |
line diff
1.1 --- a/ChangeLog Mon May 10 11:03:26 2010 +0200 1.2 +++ b/ChangeLog Mon May 10 12:26:54 2010 +0200 1.3 @@ -1,9 +1,32 @@ 1.4 +This file summarizes the (implementation) changes in a technical view. 1.5 + 1.6 +The code repository log file provides the changes in full detail. 1.7 + 1.8 +Have a look at the NEWS file for a summary of the changes in a less 1.9 +technical speach and with focus on compatibility. 1.10 + 1.11 + 1.12 +0.3.0 Fri, 07 May 2010 16:50:31 +0200 1.13 + * new maintainer: markus schnalke <meillo@marmaro.de>. See NEWS. 1.14 + * fixed expanding of $prefix for template files. Thanks to Johann 1.15 + Felix Soden. 1.16 + * fixed delivery with empty or non-existent alias files. 1.17 + Thanks to Marcos Dione. 1.18 + * fixed empty or only-whitespace connection names. 1.19 + * fixed typos, reported by Reuben Thomas. 1.20 + * corrected man page about /etc/aliases. Thanks to Alexis. 1.21 + * further corrections and improvements in man pages. Man pages will 1.22 + be maintained in the nroff code directly in future. 1.23 + * removed distribution specific data from repo. It is now separately 1.24 + available on the website. 1.25 + * changed default online status file to /var/run/masqmail/masqmail-route 1.26 + * removed trigraph warnings 1.27 + 1.28 0.2.21 Mon, 07 Nov 2005 14:09:21 -0800 1.29 * do not use shell when executing sub programs (security fix) 1.30 * do not accept backtick in email adresses (security fix) 1.31 * write log files as 'mail' user (security fix) 1.32 - * changed default online status file to /var/run/masqmail/masqmail-route 1.33 - * use /var/run/masqmail for pid files 1.34 + * use /var/run/masqmail/ for pid files 1.35 0.2.20 Mon, 19 May 2003 21:14:06 +0200 1.36 * fixed a segfaulting bug in spool.c caused by folded headers 1.37 * regard connect_error_fail when failing for pipes (Debian Bug #186364)
2.1 --- a/NEWS Mon May 10 11:03:26 2010 +0200 2.2 +++ b/NEWS Mon May 10 12:26:54 2010 +0200 2.3 @@ -1,6 +1,39 @@ 2.4 -Here I add changes which may be important for you. See ChangeLog for more 2.5 -details and the manual pages for a more complete description 2.6 -of added options. 2.7 +This files lists changes which may be important for you, especially 2.8 +in regard to compatiblity in upgrades. 2.9 + 2.10 +See ChangeLog file for more details and technical changes that don't 2.11 +affect users directly. 2.12 + 2.13 +The manual pages describe newly added options. Take them for reference. 2.14 + 2.15 + 2.16 +0.3.0 2.17 + 2.18 +- Hello, I'm meillo, the new maintainer and developer of masqmail. Oku 2.19 +handed masqmail over to me, as he wasn't active anymore. I will release 2.20 +new code with version numbers starting from 0.3.0 to ease dividing 2.21 +between oku's releases and mine. 2.22 + 2.23 +- This release includes various fixes for problems in 0.2.21, mainly 2.24 +based on bugs from Debian. 2.25 + 2.26 +- Distribution specific data has been excluded from the distribution, 2.27 +but is separately available on the website. 2.28 + 2.29 +- Man pages will not be generated from xml sources in future, but the 2.30 +nroff sources will be maintained directly. 2.31 + 2.32 +- The default online status file is now 2.33 +/var/run/masqmail/masqmail-route, as it already was in the Debian 2.34 +package. 2.35 + 2.36 +0.2.21 2.37 + 2.38 +- Retrospective: Probably, this version was not published in the usual 2.39 +way by oku. I (meillo) grabbed it from Debian's package archive. It does 2.40 +not introduce new functions but fixes security problems, such as writing 2.41 +log files as user `mail'. It also changes the location for pid files; 2.42 +they are stored in /var/run/masqmail/ now. 2.43 2.44 0.2.18 2.45 2.46 @@ -9,8 +42,7 @@ 2.47 networks, a connection failure will merely generate a warning by default. 2.48 If you deliver in a local network and use the default local_net route, 2.49 this would generte a failure. You can change this behaviour by setting 2.50 -connect_error_fail 2.51 -to either true or false in the route configurations. 2.52 +'connect_error_fail' to either true or false in the route configurations. 2.53 2.54 0.2.17 2.55 2.56 @@ -125,7 +157,7 @@ 2.57 2.58 - there is a new option for the main conf: online_gets. Using this option, 2.59 you can retrieve mail with just calling masqmail -go, masqmail will detect 2.60 -whether it is online (similar to conect_routes (which is now called 2.61 +whether it is online (similar to connect_routes (which is now called 2.62 online_routes)). 2.63 2.64 0.2.0 2.65 @@ -155,7 +187,7 @@ 2.66 2.67 instead of 2.68 2.69 -online_etect=mserver 2.70 +online_detect=mserver 2.71 mserver_iface="localhost:222" 2.72 2.73 0.1.9