X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=19cd706d2bff1d69bea73f4888d72a5bee405a5e;hb=refs%2Ftags%2FRELEASE_1_2;hp=21a36a1287bb943a477a41a8b99214c3477251f4;hpb=f08bb043683875196136ebe3b8b628f3dbdd7ab2;p=mmh diff --git a/ChangeLog b/ChangeLog index 21a36a1..19cd706 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,32 @@ +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 + which prevented repl from properly annotating messages. + 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