X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=3aaf759fcc262f6cf3df2a91dcee5b15c50aa7cb;hb=7ac2f0a1ffd82f8a0025bcf8997aa96def68a4f2;hp=7661e8a0b875b91eba7ae5320f10f45d1a1aeed3;hpb=c6e5547c9da87292c554449e8b91d83bac70b7be;p=mmh diff --git a/ChangeLog b/ChangeLog index 7661e8a..3aaf759 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,30 @@ +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. + + * bug #9228, debian bug #146449: man/mh-profile.man: make it clearer + that lower case environment variables (and in particular mheditor) + are internal to nmh and not intended to be set by the user. + 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