X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=8ebd6b09f19d4af2bd5c3565eedcf703bb64cf70;hb=7d327ff038f743228a91fd53fa4c8f47c5c44e96;hp=5cfb87a95de24a3cfe4b307b71e7e2736dbb2348;hpb=0dcc45fd5273ba3df3bcbb2e0c32b26777d665ce;p=mmh diff --git a/ChangeLog b/ChangeLog index 5cfb87a..8ebd6b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,36 @@ +2005-11-08 Oliver Kiddle + + * 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. + 2005-11-02 Oliver Kiddle + * Debian Bug# 320069: Nick Rusnov: uip/popsbr.c: fail when + kpop connection attempted without KPOP support compiled in + * Debian Bug# 320090: Nick Rusnov: sbr/Makefile.in: fix for newer version of flex and remove autogenerated file from cvs