Commit e101df97 authored by Gregory P. Smith's avatar Gregory P. Smith

note the bsddb extension module changes.

parent 4e414d83
...@@ -243,7 +243,12 @@ Extension Modules ...@@ -243,7 +243,12 @@ Extension Modules
- Patch #1338314, Bug #1336623: fix tarfile so it can extract - Patch #1338314, Bug #1336623: fix tarfile so it can extract
REGTYPE directories from tarfiles written by old programs. 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, - Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1,
but Python incorrectly assumes it is in UTF-8 format but Python incorrectly assumes it is in UTF-8 format
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment