X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=e8ba4c4ce0c720435e8f2ecb6dc61440d14ea373;hb=b9d1fc0c85e9bd18e5e768913ba2c0a00f19876c;hp=c9964316a738405daa01104aae47a81ae3747735;hpb=37bc2a48e0613d19e507e476b0e0de919f2b0a26;p=mmh diff --git a/ChangeLog b/ChangeLog index c996431..e8ba4c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2005-11-19 Peter Maydell + + * bug #14977: sbr/context_read.c: special case an MHCONTEXT of + "/dev/null" and don't try to lock it. + +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.) + + * bug #9813: uip/rmf.c: don't crash if there's no Current-Folder + entry in the context file. + +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