diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2006-01-29 19:46:23 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2006-01-29 19:46:23 (GMT) |
commit | cfc4a8dae72a048d6919d98a00b1874fe5cc5bee (patch) | |
tree | eb3b028b4eb322f8b0fda9926bb35b517a5b71d4 /Misc | |
parent | 4ddc78a6a134e99564b35cd3260301d4f4b2fe18 (diff) | |
download | cpython-cfc4a8dae72a048d6919d98a00b1874fe5cc5bee.zip cpython-cfc4a8dae72a048d6919d98a00b1874fe5cc5bee.tar.gz cpython-cfc4a8dae72a048d6919d98a00b1874fe5cc5bee.tar.bz2 |
add bsddb.db.DBEnv.set_tx_timestamp mention
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |