[Zodb-checkins] CVS: Releases/ZEO - CHANGES.txt:1.23
jeremy@digicool.com
jeremy@digicool.com
Fri, 27 Apr 2001 13:40:55 -0400 (EDT)
Update of /cvs-repository/Releases/ZEO
In directory korak:/tmp/cvs-serv30978
Modified Files:
CHANGES.txt
Log Message:
Add notes about recent changes but defer to Jim on what to call the
next version (beta 2? final?)
--- Updated File CHANGES.txt in package Releases/ZEO --
--- CHANGES.txt 2001/04/10 19:10:57 1.22
+++ CHANGES.txt 2001/04/27 17:40:54 1.23
@@ -1,5 +1,25 @@
Zope Enterprise Objects (ZEO) Revision History
+ ZEO 1.0 XXX
+
+ New Features
+
+ - A unit test suite was added. The test suite requires that
+ PyUnit be installed; it's part of the standard library in
+ Python 2.1. It also requires that the ZODB installation
+ defines the ZODB.tests package. If these conditions don't
+ hold, the test suite can't be run.
+
+ Bugs fixed
+
+ - The undoInfo() method defines default values for its arguments.
+
+ - The final argument to tpc_begin(), the transaction extended
+ metadata, was ignored.
+
+ - A theoretical bug in the client caching code for objects
+ created in versions was fixed.
+
ZEO 1.0 beta 1
New Features