From: Gregory P. Smith Date: Tue, 24 Jan 2006 20:09:45 +0000 (+0000) Subject: note the bsddb extension module changes. X-Git-Tag: v2.5a0~747 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e101df9748c2ad10797ee4e3fd46ab8a939635db;p=thirdparty%2FPython%2Fcpython.git note the bsddb extension module changes. --- diff --git a/Misc/NEWS b/Misc/NEWS index e74b4c608803..b8d11b5b7a7c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -243,7 +243,12 @@ Extension Modules - Patch #1338314, Bug #1336623: fix tarfile so it can extract REGTYPE directories from tarfiles written by old programs. -- Get bsddb module to build with BSD DB version 3.2 +- Patch #1407992, fixes broken bsddb module db associate when using + BerkeleyDB 3.3, 4.0 or 4.1. + +- Get bsddb module to build with BerkeleyDB version 4.4 + +- Get bsddb module to build with BerkeleyDB version 3.2 - Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1, but Python incorrectly assumes it is in UTF-8 format