[Zodb-checkins] CVS: Packages/ZEO - CHANGES.txt:1.19
Jim Fulton
jim@digicool.com
Tue, 27 Mar 2001 18:35:36 -0500 (EST)
Update of /cvs-repository/Packages/ZEO
In directory korak:/tmp/cvs-serv12423
Modified Files:
CHANGES.txt
Log Message:
*** empty log message ***
--- Updated File CHANGES.txt in package Packages/ZEO --
--- CHANGES.txt 2001/02/23 18:50:50 1.18
+++ CHANGES.txt 2001/03/27 23:35:34 1.19
@@ -1,14 +1,7 @@
Zope Enterprise Objects (ZEO) Revision History
- ZEO 1.0.0
+ ZEO 0.5.0
- Bugs Fixed
-
- - A forgotten argument made it unreliable to start a ClientStorage
- after the main loop has started.
-
- ZEO 1.0.0 beta 1
-
New Features
- The server can be made to reopen it's log file
@@ -27,6 +20,21 @@
wait for the pack results. This is handy when packing as part
of cron jobs.
+ - It is no longer necessary to symbolically link cPickle or
+ ZServer. ZServer is no longer necessary at all.
+
+ - A Zope-style INSTANCE_HOME and var directory are no longer
+ needed.
+
+ - If ZServer *is* available, the medusa monitor server can be
+ used in the storage server.
+
+ - An option, -d, was added to facilitate generation of a
+ detailed debug log while running in the background.
+
+ - The documentation has been simplified and spread over multiple
+ files in the doc subdirectory.
+
Bugs Fixed
- A possible (but unobserved) race condition that could
@@ -50,6 +58,19 @@
while the client storage was disconnected from the server,
no further write transactions would be allowed, even after
reconnection, and the site would eventually hang.
+
+ - A forgotten argument made it unreliable to start a ClientStorage
+ after the main loop has started.
+
+ - In combination with recent changes in zdeamon, startup errors
+ could cause infinite loops.
+
+ - The handling of the Python global, __debug__, was not
+ compatible with Python 2.1.
+
+ - If an exception raised on the server which could not be
+ unpickled on the client could cause the client connection to
+ fail.
Planned for (future) ZEO releases