[Zodb-checkins] SVN: ZODB/trunk/src/CHANGES.txt Updated
Jim Fulton
jim at zope.com
Tue Nov 18 21:30:20 EST 2008
Log message for revision 93125:
Updated
Changed:
U ZODB/trunk/src/CHANGES.txt
-=-
Modified: ZODB/trunk/src/CHANGES.txt
===================================================================
--- ZODB/trunk/src/CHANGES.txt 2008-11-19 02:30:17 UTC (rev 93124)
+++ ZODB/trunk/src/CHANGES.txt 2008-11-19 02:30:20 UTC (rev 93125)
@@ -28,6 +28,11 @@
New Features
------------
+- When a ZEO cache is stale and would need verification, a
+ ZEO.interfaces.StaleCache event is published (to zope.event).
+ Applications may handle this event and take action such as exiting
+ the application without verifying the cache or starting cold.
+
- There's a new convenience function, ZEO.DB, for creating databases
using ZEO Client Storages. Just call ZEO.DB with the same arguments
you would otherwise pass to ZEO.ClientStorage.ClientStorage::
@@ -52,6 +57,9 @@
- ZEO client transaction iterators weren't properly handled after on
disconnects.
+- The code to drop a ZEO client cache rather than verifying didn't
+ drop it and didn't leave the client storage in a valid state.
+
3.9.0a4 (2008-11-06)
====================
More information about the Zodb-checkins
mailing list