]> granicus.if.org Git - python/commitdiff
add bsddb.db.DBEnv.set_tx_timestamp mention
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 29 Jan 2006 19:46:23 +0000 (19:46 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 29 Jan 2006 19:46:23 +0000 (19:46 +0000)
Misc/NEWS

index 278db44acc0c2ad99f286eadad7e81a1a1bdde11..ccb12e945db1d3e99641be748c804d36b407fe52 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -216,6 +216,8 @@ Core and builtins
 Extension Modules
 -----------------
 
+- Add bsddb.db.DBEnv.set_tx_timestamp allowing time based database recovery.
+
 - Bug #1413192, fix seg fault in bsddb if a transaction was deleted
   before the env.