X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=fdbf688c90df30c9a233f08e4ff1b169434fd088;hp=08950e256aac51c7c59b77e29d3677a439722a3b;hb=59f485ee6d6733207b77e2d5ab14823b8d69b7cd;hpb=10a00ac1c54a1475d341f82dc479bf1801cac92f diff --git a/ChangeLog b/ChangeLog index 08950e2..fdbf688 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,47 @@ +2005-11-13 Oliver Kiddle + + * bug #739: Makefile.in: install target now depends on all to avoid + problem on case-insensitive file systems with the INSTALL file + +2005-11-10 Josh Bressers + + * Fedora Bug #172838: configure.in: Fix the AC_PATH_PROG default when + sendmail isn't found during build. + +2005-11-09 Peter Maydell + + * h/aliasbr.h: fix a non-ANSI prototype. + +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. + * configure.in: add an AC_PREREQ() so autoconf 2.13 gives a helpful error message and the Debian autoconf-version-guessing wrapper doesn't guess wrongly.