X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=757d2eb37284592722f5ff3eb4a18f166f99e9dd;hp=bcea34a39377b86752e611484087e98e7188c12d;hb=008837e090c008e3afe7a9c8667070bafa091e62;hpb=e2c71f66b925a33cceb1ea4b75a62a05333d124a diff --git a/ChangeLog b/ChangeLog index bcea34a..757d2eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2006-01-01 Josh Bressers + + * patch #3967: Create a mh_xrealloc function to prevent mistakes when + calling realloc. + +2006-01-01 Josh Bressers + + * patch #3966: Create a mh_xmalloc function to prevent mistakes when + calling malloc. + +2005-12-24 Peter Maydell + + * Bug #15285: Don't use $< in target rules in makefiles, as POSIX + says it's only defined in inference rules. (BSD make was expanding + $< to the empty string in the rule for building sbr/dtimep.c, which + causes lex to apparently hang because it's reading from stdin.) + +2005-12-24 Peter Maydell + + * Completely redo db library checking -- we now check for working + (include file, library) pairs rather than checking for headers and + libraries separately. We also now provide --with-ndbm=lib and + --with-ndbmheader=header options to configure to handle situations + where configure's autodetection fails. + +2005-12-21 Peter Maydell + + * Fix stupid accidental dependence on a bash quirk in previous + configure script change. + +2005-12-15 Peter Maydell + + * Improve checking for Berkeley db libraries: configure should now + find a suitable library on systems with new gdbm where + compatibility functions are in the gdbm_compat library, and on + systems with libdb4. + +2005-12-13 Michael Forrest + + * Fedora Bug #163760: sbr/context_read.c (context_read): Ensure that + the context is only read once. + 2005-12-12 Josh Bressers * uip/sendsbr.c (annoaux): Fix the call to annotate() fixing a bug @@ -5,16 +47,16 @@ 2005-12-07 Jon Steinhart - o Fixed a bug where anno -append put the headers in the wrong place - if applied to a message that didn't contain any headers. + * Fixed a bug where anno -append put the headers in the wrong place + if applied to a message that didn't contain any headers. - o Added a special value of "all" to the -number option that causes - anno -delete to delete all matching components instead of just - the first one. + * Added a special value of "all" to the -number option that causes + anno -delete to delete all matching components instead of just + the first one. - o Added new -preserve and -nopreserve options. Using -preserve - retains the original last accessed and last modified times on - annotated messages. + * Added new -preserve and -nopreserve options. Using -preserve + retains the original last accessed and last modified times on + annotated messages. 2005-12-05 Josh Bressers