X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d2da15ecabb03fb2de72863abdf5f21e52fdf329..8e0d377cb731b0fbc39a9b2874ec6b772e53620b:/ChangeLog?ds=inline diff --git a/ChangeLog b/ChangeLog index 7dfd16ad..c6ea9069 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2006-03-05 Oliver Kiddle + + * sbr/fmt_rfc2047.c: don't try to malloc 0 bytes if an RFC2047 + encoded block is empty + +2006-03-04 Peter Maydell + + * etc/Makefile.in: use INSTALL_SCRIPT to install scripts; + this allows INSTALL_PROGRAM to be set to 'install -s' so + binaries are stripped on installation. Apparently the BSDs + do this. + 2006-02-25 David Levine * uip/sendsbr.c: replaced st_mtim with st_mtime, that's what