X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=e4a660e38f309fb9ed21e9ce28a27884b809554c;hp=f4f94b903041c38e4314a568a309c7e2f4b3b99b;hb=56539e8eafef3e955be9d08254d61b139faf34f1;hpb=e79165e0c2c80b68ece9aaf418a59c6a169a17f5 diff --git a/ChangeLog b/ChangeLog index f4f94b9..e4a660e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,30 @@ +2005-11-08 Oliver Kiddle + + * Simon Burge: acconfig.h, configure.in, uip/rcvtty.c, uip/slocal.c: + fix to handle getutent() on NetBSD + + * INSTALL, README, docs/README.about, man/nmh.man: update most + references to the web page and mailing list locations + + * bug #10230: etc/Makefile.in, man/Makefile.in, uip/Makefile.in: + Michael De La Rue: prepend DESTDIR to install locations + + * configure.in, */Makefile.in, mts/smtp/smtp.c: replace obsolete + autoconf macros + 2005-11-06 Peter Maydell + * sbr/fmt_rfc2047.c, sbr/fmt_scan.c, h/prototypes.h: fix various + possible overruns of the buffers in fmt_scan() which would cause + crashes if scan was run with '-width 16536' or similar. + + * uip/popsbr.c: fix compile error which only showed up if nmh + was configured with --enable-apop. + + * Debian Bug# 245932, RedHat Bug# 172388: uip/mhparse.c: don't + crash when handling a multipart MIME message with an invalid + Content-Type header (file handle was being fclose()d twice). + * sbr/Makefile.in: adjust lex command to work on both old and new versions of flex.