Revert "Removed unused mhlforward var."
[mmh] / ChangeLog
index 992f51c..324dddc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,79 @@
+2010-12-09  Ken Hornstein <kenh@pobox.com>
+
+       * h/nntp.h, configure.in, h/Makefile.in, h/mts.h, h/popsbr.h,
+         man/inc.man, man/mh-chart.man, man/mh-tailor.man, man/msgchk.man,
+         sbr/Makefile.in, sbr/mts.c, uip/Makefile.in, uip/inc.c, uip/msgchk.c,
+         uip/msh.c, uip/mshcmds.c, uip/popsbr.c: Massive garbage collection.
+         Remove functionality for APOP, RPOP, all NNTP support (including
+         bboards), and MPOP.
+
+2010-12-08  David Levine <levinedl@acm.org>
+
+       * uip/whatnowsbr.c: enforce requirement of at least one file
+         argument to attach command.
+
+2010-12-08  David Levine <levinedl@acm.org>
+
+       * man/send.man: added name= portion to Content-Type
+         headers to reflect 2006-10-24 change to uip/sendsbr.c.
+         That change allowed mhstore to use the (file)name when
+         extracting attachments.
+
+2010-12-03  Ken Hornstein <kenh@pobox.com>
+
+       * Everything: remove RCS keywords from files, since they no longer
+         work after git migration.
+
+2010-12-02  Ken Hornstein <kenh@pobox.com>
+
+       * .cvsignore, .gitignore, autogen.sh, */.cvsignore: Update files
+         for git conversion.
+
+2010-12-19  Ken Hornstein <kenh@pobox.com>
+
+       * aclocal.m4, config/Makefile.in, configure.in, man/mh-chart.man,
+         man/post.man, man/send.man, mts/smtp/Makefile.in, mts/smtp/smtp.c,
+         mts/smtp/smtp.h, sbr/Makefile.in, uip/Makefile.in, uip/post.c,
+         uip/send.c, uip/whatnowsbr.c, uip/whom.c: Clean up autoconf
+         code for handling of compiler flags for SASL, and add support
+         for TLS to the SMTP MTA.
+
+2010-11-12  Peter Maydell <pmaydell@chiark.greenend.org.uk>
+
+       * man/slocal.man: fix formatting error that meant a
+         subsection heading wasn't displayed as such.
+
+2010-11-10  Peter Maydell <pmaydell@chiark.greenend.org.uk>
+
+       * configure.in: add a level of expansion for mandir
+         when printing the end-of-configure install path
+         summary.
+
+2010-11-09  Peter Maydell <pmaydell@chiark.greenend.org.uk>
+
+       * man/rmm.man: fix error in synopsis: the option is
+         [no]unlink, not [no]link.
+
+2010-08-31  David Levine <levinedl@acm.org>
+
+       * uip/.cvsignore:  added "new".
+
+2010-02-03  Earl Hood <earl@earlhood.com>
+
+       * Bug #15213, #18635: The use of the insecure m_scratch() and
+         m_tmpfil() functions have been replaced by m_mktemp()
+         or m_mktemp2() functions (defined in sbr/m_mktemp.c).
+         The new functions use mkstemp() to securely create
+         temporary files to avoid the numerous race conditions
+         that exist with the old functions.  This does assume
+         that mkstemp() is available.  Unsure if we need to
+         create an alternative implementation if mkstemp() is
+         not available.  More information about new temp file
+         functions in m_mktemp.c, including the support for
+         MHTMPDIR, TMPDIR, and TMP envvars.
+
 2010-02-02  Earl Hood <earl@earlhood.com>
+
        * mts/smtp/smtp.c: added SASL support if mts configuration
          setting is set to "sendmail".  This is useful if sendmail
          conf option is to a custom script that creates a proxy