X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=bbe8092e3e1a378114ebd967206088bd97d05450;hp=7a2a57fdf10ba5367c6242a83489102245059a7d;hb=a81c28f4a2ee69469c5e9f5d65389a89c6070ed4;hpb=c4ce52f0d1cc06ae49317c31a068a5e555bf54d6 diff --git a/ChangeLog b/ChangeLog index 7a2a57f..bbe8092 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,39 @@ -Mon Feb 28 21:21:31 2000 Dan Harkless +Thu Mar 02 23:04:30 2000 Dan Harkless + + * Added a new "boolean" type to mh.h and TRUE and FALSE constants. + + * Added a note to DIFFERENCES stating that it's out-of-date + (Richard was the last one to update it) and that we should + consider only documenting incompatibilities with MH there. + + * Implemented (and documented) a third kind of username + masquerading: "plussed user" masquerading. This one was suggested + by Neil Rickert . It's based on sendmail's + "plussed user" feature, where mail sent to + will be + delivered to . When it's enabled, it's controlled by the + $USERPLUS environment variable. How is it enabled? Well, that + leads me to: + + * Renamed the "mmailid:" setting in mts.conf to "masquerade:", and + changed it so that rather than being a boolean, it can be set to + any combination of the three values "draft_from", "mmailid", and + "plussed_user". Thus it is now possible to enable the three types + of masquerading individually. + + * Fixed a bug with "mmailid" masquerading (dating back to MH?) + where if it was turned on, ','s would no longer be considered + GECOS field delimiters. + +Wed Mar 01 23:30:50 2000 Dan Harkless + + * Changed the GECOS-field '&' translation behavior to be + controlled by the BSD42 #define rather than GCOS_HACK, since it's + apparently always appropriate on OSes where BSD42 is #defined, and + never appropriate on any other OSes. Thanks to Kimmo Suominen for + responding to my "What is this code here for?" comment in mts.c + and explaining the feature. + +Mon Feb 28 21:50:29 2000 Dan Harkless * Upped the version number to 1.0.3+dev (ideally this should be done by whoever makes a release tar file, immediately after doing @@ -8,10 +43,21 @@ Mon Feb 28 21:21:31 2000 Dan Harkless patch, posted to comp.mail.mh, which he says prevents loss of mail when inc'ing into a full filesystem. + * Changed "echo > stamp-h.in" in Makefile.in to "date > stamp-h.in" + so that stamp-h.in will be different each time configure.in and + related files are changed, making it easier to check it in (which + is necessary to prevent unnecessary autoconf calls). + + * My declaration of initgroups() in slocal.c to eliminate the "no + prototype" warning wasn't portable (FreeBSD 3.[23] choked). Now + use AC_EGREP_HEADER to see where initgroups() is declared, if + anywhere. + Sun Feb 20 12:17:15 2000 Ruud de Rooij * Fix security hole in mhshowsbr.c which allowed untrusted shell code to be executed. + * Released nmh 1.0.3. Thu Feb 10 10:54:36 2000 Dan Harkless