]> granicus.if.org Git - python/commitdiff
mention the just committed bsddb changes
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 5 Jun 2006 02:02:25 +0000 (02:02 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 5 Jun 2006 02:02:25 +0000 (02:02 +0000)
Misc/NEWS

index fce7676cd3276f487b8e9b1ce607995b43226bb4..d623d20e7d083f7d6664487ad47299d9fa351d38 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -102,6 +102,12 @@ Extension Modules
 - Calling Tk_Init twice is refused if the first call failed as that
   may deadlock.
 
+- bsddb: added the DB_ARCH_REMOVE flag and fixed db.DBEnv.log_archive() to
+  accept it without potentially using an uninitialized pointer.
+
+- bsddb: added support for the DBEnv.log_stat() and DBEnv.lsn_reset() methods
+  assuming BerkeleyDB >= 4.0 and 4.4 respectively.  [pybsddb project SF
+  patch numbers 1494885 and 1494902]
 
 Library
 -------