From: Gregory P. Smith <greg@mad-scientist.com> Date: Sun, 29 Jan 2006 19:46:23 +0000 (+0000) Subject: add bsddb.db.DBEnv.set_tx_timestamp mention X-Git-Tag: v2.5a0~734 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfc4a8dae72a048d6919d98a00b1874fe5cc5bee;p=python add bsddb.db.DBEnv.set_tx_timestamp mention --- diff --git a/Misc/NEWS b/Misc/NEWS index 278db44acc..ccb12e945d 100644 --- 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.