X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=6d2553ebde09ffd0b56fc65fac158d22aed19dfb;hb=d2f54bbc4ef071a92508fa26d5d4641a3f2215c1;hp=08950e256aac51c7c59b77e29d3677a439722a3b;hpb=10a00ac1c54a1475d341f82dc479bf1801cac92f;p=mmh diff --git a/ChangeLog b/ChangeLog index 08950e2..6d2553e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2005-11-06 Peter Maydell + * 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.