X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=f81e98ed5ed97d82451502505defd478e9fe2ec6;hp=3ade10b81dec5a04baa1e24356c2c027bbd5dcca;hb=0cd75fec1902ab5540539fe8c95a071caf18f58e;hpb=221548ea735d938b83f081a654ba93fbb0de747a diff --git a/ChangeLog b/ChangeLog index 3ade10b..f81e98e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +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 @@ -10,16 +30,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