commit | cfc4a8dae72a048d6919d98a00b1874fe5cc5bee | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sun Jan 29 19:46:23 2006 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sun Jan 29 19:46:23 2006 +0000 |
tree | eb3b028b4eb322f8b0fda9926bb35b517a5b71d4 | |
parent | 4ddc78a6a134e99564b35cd3260301d4f4b2fe18 [diff] [blame] |
add bsddb.db.DBEnv.set_tx_timestamp mention
diff --git a/Misc/NEWS b/Misc/NEWS index 278db44..ccb12e9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -216,6 +216,8 @@ 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.