[Zodb-checkins] CVS: ZODB3/bsddb3Storage - NEWS:1.6
Barry Warsaw
barry@wooz.org
Tue, 19 Nov 2002 16:07:14 -0500
Update of /cvs-repository/ZODB3/bsddb3Storage
In directory cvs.zope.org:/tmp/cvs-serv5615
Modified Files:
NEWS
Log Message:
What's new in beta 2.
=== ZODB3/bsddb3Storage/NEWS 1.5 => 1.6 ===
--- ZODB3/bsddb3Storage/NEWS:1.5 Mon Nov 11 17:18:33 2002
+++ ZODB3/bsddb3Storage/NEWS Tue Nov 19 16:07:13 2002
@@ -1,6 +1,19 @@
Changes to the Berkeley storages for ZODB3
==========================================
+2.0 beta 2 (19-Nov-2002)
+
+ * Implemented checkpointing as a background thread, instead of as
+ a periodic nth ZODB transaction event. Automatic checkpointing
+ is only enabled if the config object has an interval > 0, which
+ by default it doesn't. I need to think about a more reasonable
+ value for interval.
+
+ * Added the lastTransaction() method which is required by recovery
+ (used in the test suite and in the Zope Replication Service).
+
+ * Bug fixes and refactoring.
+
2.0 beta 1 (11-Nov-2002)
All new implementations of Full and Minimal storages. Highlights