X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8979d70884315e7de858d4de2c0bb5287ad7bbbb..37d634e5152d96a37f0dae04fcffa7e709e83032:/ChangeLog?ds=inline diff --git a/ChangeLog b/ChangeLog index c50664ad..6a7d58d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,36 @@ +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). + +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: + fix to handle getutent() on NetBSD + * INSTALL, README, docs/README.about, man/nmh.man: update most references to the web page and mailing list locations