X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=19cd706d2bff1d69bea73f4888d72a5bee405a5e;hb=refs%2Ftags%2FRELEASE_1_2;hp=bcea34a39377b86752e611484087e98e7188c12d;hpb=e2c71f66b925a33cceb1ea4b75a62a05333d124a;p=mmh diff --git a/ChangeLog b/ChangeLog index bcea34a..19cd706 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +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 +17,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