X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=c6ea9069b05dfd09ebcfc4460f1425ecbc055797;hb=8e0d377cb731b0fbc39a9b2874ec6b772e53620b;hp=79d64285b804ff4cc73feb6160cda3228c04a35f;hpb=fb49dd82ec42997b9df97f221c920f6596102c0a;p=mmh diff --git a/ChangeLog b/ChangeLog index 79d6428..c6ea906 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,29 @@ +2006-03-05 Oliver Kiddle + + * sbr/fmt_rfc2047.c: don't try to malloc 0 bytes if an RFC2047 + encoded block is empty + +2006-03-04 Peter Maydell + + * etc/Makefile.in: use INSTALL_SCRIPT to install scripts; + this allows INSTALL_PROGRAM to be set to 'install -s' so + binaries are stripped on installation. Apparently the BSDs + do this. + +2006-02-25 David Levine + + * uip/sendsbr.c: replaced st_mtim with st_mtime, that's what + it should have been. Added #include of h/tws.h to pick up + dtime() prototype. + 2006-02-20 David Levine + * h/mh.h, h/prototypes.h, uip/mhbuildsbr.c, uip/send.c, + uip/sendsbr.c, uip/viamail.c, uip/whatnowsbr.c, man/send.man: + added -attachformat switch to send, to support alternate MIME + header contents when using -attach. See send man page for + description. + * man/mhbuild.man: wrapped one appearance of "Content-Disposition" with quotes, to be consistent with others.