X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=0eaa6514536104b3b90af7d95b4810b93a433f57;hb=2f9092c19632024cc7c868612b82c603b7db534f;hp=7dfd16ad4e3b0f6c50109a66bd0153b6729a273d;hpb=d2da15ecabb03fb2de72863abdf5f21e52fdf329;p=mmh diff --git a/ChangeLog b/ChangeLog index 7dfd16a..0eaa651 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2006-03-09 Josh Bressers + + * sbr/fmt_rfc2047.c (decode_rfc2047): Don't close the iconv descriptor + if it isn't valid. + +2006-03-08 Josh Bressers + + * (mh_strcasecmp): Rename the private strcasecmp function to + mh_strcasecmp. This keeps the newer gnu linker happy. + +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