From 0459e4d2b9b22569176053dad71efc23954de3f2 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Mon, 5 Jun 2006 02:02:25 +0000 Subject: [PATCH] mention the just committed bsddb changes --- Misc/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index fce7676cd32..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 -------