X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=22b957b7f70d9f6e389025764d58860986cbae6a;hp=bc179501d9cca95f66610947f7d4728f15446515;hb=6632ed8871b91e00c7087d6314faf78693bccfc9;hpb=c327df2f85b3750ca3564005617c23116a9b9f26 diff --git a/ChangeLog b/ChangeLog index bc17950..22b957b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2008-06-01 Peter Maydell + + * Released nmh-1.3. + +2008-05-23 Peter Maydell + + * Released nmh-1.3 RC3. + +2008-05-22 Peter Maydell + + * uip/scansbr.c: don't use MB_CUR_MAX if we aren't compiled + with multibyte support. (Ported from trunk.) + + * uip/whatnowsbr.c: factor out common code for writing ls + shell command, and make it do more sensible buffer length + checks. Also avoid relying on the return value of sprintf(), + as some old systems don't return number of characters written. + (Ported from trunk.) + +2008-05-21 Peter Maydell + + * sbr/utils.c (mh_xrealloc): don't assume realloc() can + handle NULL pointers; some non-POSIX realloc()s can't. + (Ported from trunk.) + + * sbr/dtimep.lex: add some table size declarations for the + benefit of elderly lexes with small defaults. (Ported from + trunk.) + 2008-05-21 David Levine * configure.in, INSTALL: if --enable-masquerade is not