X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=7fdb84b2b1d4378ed52b27a28e2018dcf664bf57;hp=992f51cef9337dfa0eaeb33a72d464de45b59470;hb=8b0b9f913c2f0987ba8337178d3a6b3dcae906e6;hpb=352fe458a57061db81240c19fa4b356c7448463b diff --git a/ChangeLog b/ChangeLog index 992f51c..7fdb84b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,39 @@ +2010-11-12 Peter Maydell + + * man/slocal.man: fix formatting error that meant a + subsection heading wasn't displayed as such. + +2010-11-10 Peter Maydell + + * configure.in: add a level of expansion for mandir + when printing the end-of-configure install path + summary. + +2010-11-09 Peter Maydell + + * man/rmm.man: fix error in synopsis: the option is + [no]unlink, not [no]link. + +2010-08-31 David Levine + + * uip/.cvsignore: added "new". + +2010-02-03 Earl Hood + + * 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 + * 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