From: Gregory P. Smith Date: Mon, 5 Jun 2006 02:02:25 +0000 (+0000) Subject: mention the just committed bsddb changes X-Git-Tag: v2.5b1~248 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0459e4d2b9b22569176053dad71efc23954de3f2;p=python mention the just committed bsddb changes --- diff --git a/Misc/NEWS b/Misc/NEWS index fce7676cd3..d623d20e7d0 100644 --- 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 -------