X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=2a7493ff3bd10fa24b27b7d494d5b1b8a250ccdf;hp=bcea34a39377b86752e611484087e98e7188c12d;hb=29d590d74c6e03f5efe9f743c40a61028ccd491d;hpb=e2c71f66b925a33cceb1ea4b75a62a05333d124a diff --git a/ChangeLog b/ChangeLog index bcea34a..2a7493f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +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 +22,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