[Python-checkins] r42174 - python/trunk/Misc/NEWS

gregory.p.smith python-checkins at python.org
Tue Jan 24 21:09:46 CET 2006


Author: gregory.p.smith
Date: Tue Jan 24 21:09:45 2006
New Revision: 42174

Modified:
   python/trunk/Misc/NEWS
Log:
note the bsddb extension module changes.



Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Tue Jan 24 21:09:45 2006
@@ -243,7 +243,12 @@
 - 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


More information about the Python-checkins mailing list