Commit 0605912e authored by Jim Fulton's avatar Jim Fulton

Updated

parent 7bb6c63c
...@@ -28,6 +28,11 @@ New Features ...@@ -28,6 +28,11 @@ New Features
New Features 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 - There's a new convenience function, ZEO.DB, for creating databases
using ZEO Client Storages. Just call ZEO.DB with the same arguments using ZEO Client Storages. Just call ZEO.DB with the same arguments
you would otherwise pass to ZEO.ClientStorage.ClientStorage:: you would otherwise pass to ZEO.ClientStorage.ClientStorage::
...@@ -52,6 +57,9 @@ Bug Fixes ...@@ -52,6 +57,9 @@ Bug Fixes
- ZEO client transaction iterators weren't properly handled after on - ZEO client transaction iterators weren't properly handled after on
disconnects. 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) 3.9.0a4 (2008-11-06)
==================== ====================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment