[Zodb-checkins] CVS: Releases/ZEO - CHANGES.txt:1.24
jeremy@digicool.com
jeremy@digicool.com
Wed, 9 May 2001 12:10:12 -0400 (EDT)
Update of /cvs-repository/Releases/ZEO
In directory korak:/tmp/cvs-serv18953
Modified Files:
CHANGES.txt
Log Message:
*** empty log message ***
--- Updated File CHANGES.txt in package Releases/ZEO --
--- CHANGES.txt 2001/04/27 17:40:54 1.23
+++ CHANGES.txt 2001/05/09 16:10:12 1.24
@@ -1,9 +1,12 @@
Zope Enterprise Objects (ZEO) Revision History
- ZEO 1.0 XXX
+ ZEO 1.0 beta 2
New Features
+ - Support for transactionalUndo when the underlying storage
+ supports it.
+
- 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
@@ -11,6 +14,11 @@
hold, the test suite can't be run.
Bugs fixed
+
+ - A cache invalidation bug was fixed for commitVersion and
+ abortVersion. It was possible for a load the occurred between
+ a commit version and a tpc_finish to store invalid data in the
+ cache.
- The undoInfo() method defines default values for its arguments.