X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=8679550e1181a4b9a47a4ae48f6bc650b841e23c;hp=e4a660e38f309fb9ed21e9ce28a27884b809554c;hb=eda249e4fdf983daef578a79a959d16dc9d5936e;hpb=56539e8eafef3e955be9d08254d61b139faf34f1 diff --git a/ChangeLog b/ChangeLog index e4a660e..8679550 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2005-11-09 Peter Maydell + + * sbr/mf.c: fix buffer overrun with absurdly long addresses + (only causes crashes if scan is run with '-width 16536' or similar) + + * bug #7917: sbr/context_foil.c, sbr/context_read.c, + sbr/context_save.c: mark 'no context' with NULL rather than + "/dev/null" so we don't inadvertently try to lock /dev/null (which + takes up to a minute in some locking configurations and makes post + very slow). + + * patch #3913: uip/post.c: pass some globals into sm_init() so that + it uses SASL if necessary. (This bug was preventing Bcc'd emails + from being sent via SASL authenticated SMTP.) + +2005-11-13 Oliver Kiddle + + * bug #7833: uip/Makefile.in: remove link to install-mh that caused + problems on some systems + + * bug #739: Makefile.in: install target now depends on all to avoid + problem on case-insensitive file systems with the INSTALL file + +2005-11-10 Josh Bressers + + * Fedora Bug #172838: configure.in: Fix the AC_PATH_PROG default when + sendmail isn't found during build. + +2005-11-09 Peter Maydell + + * h/aliasbr.h: fix a non-ANSI prototype. + 2005-11-08 Oliver Kiddle * Simon Burge: acconfig.h, configure.in, uip/rcvtty.c, uip/slocal.c: