Commit 9ada184a authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent 27e185b9
...@@ -16,6 +16,10 @@ Zope Enterprise Objects (ZEO) Revision History ...@@ -16,6 +16,10 @@ Zope Enterprise Objects (ZEO) Revision History
o To restart, use INT. (This must be send to the o To restart, use INT. (This must be send to the
child, not the parent. child, not the parent.
- Client scripts can now be written to pack a remote storage and
wait for the pack results. This is handy when packing as part
of chron jobs.
Bugs Fixed Bugs Fixed
- A possible (but unobserved) race condition that could - A possible (but unobserved) race condition that could
...@@ -30,6 +34,11 @@ Zope Enterprise Objects (ZEO) Revision History ...@@ -30,6 +34,11 @@ Zope Enterprise Objects (ZEO) Revision History
- Restarting the ZEO server shortly after shutting down could - Restarting the ZEO server shortly after shutting down could
lead to "address already in use" errors. lead to "address already in use" errors.
- User-level eceptions, like undo, version-lock, and conflict
errors were logged in the server event log.
- Pack errors weren't logged in the server event log.
Planned for (future) ZEO releases Planned for (future) ZEO releases
New Features New Features
......
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