X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=1ab8f4a0dd966199098970ef7927ba3c08427b6f;hb=71932c5d0b008eb518d53f9a53978afd35a70ef5;hp=3d269665be7fcf6bb4107dd149fe9a88246dbc3d;hpb=0e7106da702d97e10f3bd24d8284a2ab86044ebd;p=mmh diff --git a/ChangeLog b/ChangeLog index 3d26966..1ab8f4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,10 +3,18 @@ * sbr/mf.c: fix buffer overrun with absurdly long addresses (only causes crashes if scan is run with '-width 16536' or similar) - * 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). + * 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