Fix a compile error if building nmh with --enable-apop.
[mmh] / ChangeLog
index 08950e2..6d2553e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2005-11-06  Peter Maydell  <pmaydell@chiark.greenend.org.uk>
 
+       * 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.