]> granicus.if.org Git - python/commitdiff
mention bsddb fixes.
authorGregory P. Smith <greg@mad-scientist.com>
Thu, 18 Oct 2007 17:17:57 +0000 (17:17 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Thu, 18 Oct 2007 17:17:57 +0000 (17:17 +0000)
Misc/NEWS

index f3a18d965dcb6ad253fa4ab8da91a5539f62829c..dc2ba59885933bca335e0d6ccd6cc97d222f2b38 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -805,6 +805,13 @@ Extension Modules
 
 - Bug #1721309: prevent bsddb module from freeing random memory.
 
+- Bug #1233: fix bsddb.dbshelve.DBShelf append method to work as
+  intended for RECNO databases.
+
+- Fix bsddb.dbtables: Don't randomly corrupt newly inserted rows by
+  picking a rowid string with null bytes in it.  Such rows could not
+  later be deleted, modified or individually selected.
+
 - Bug #1686475: Support stat'ing open files on Windows again.
 
 - Patch #1185447: binascii.b2a_qp() now correctly quotes binary characters