mention the just committed bsddb changes

This commit is contained in:
Gregory P. Smith 2006-06-05 02:02:25 +00:00
parent db8a80735b
commit 0459e4d2b9
1 changed files with 6 additions and 0 deletions

View File

@ -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
-------