[Zodb-checkins] CVS: Releases/ZEO - CHANGES.txt:1.25.2.2

Jim Fulton jim@digicool.com
Mon, 2 Jul 2001 18:31:07 -0400 (EDT)


Update of /cvs-repository/Releases/ZEO
In directory korak.digicool.com:/tmp/cvs-serv10732

Modified Files:
      Tag: zeo-1_0-branch
	CHANGES.txt 
Log Message:
Fixed a bug in building undo invalidation info that caused client
storages to raise an exception that caused connections to be reset
and that, for some of reason, caused undo's to not propigate to
the clients.



--- Updated File CHANGES.txt in package Releases/ZEO --
--- CHANGES.txt	2001/06/01 22:36:50	1.25.2.1
+++ CHANGES.txt	2001/07/02 22:31:06	1.25.2.2
@@ -12,6 +12,9 @@
 
     - Fleshed out installation instructions and version dependencies.
 
+    - Fixed bug in non-transactional undo that caused undo to fail and
+      clients to restart. 
+
   ZEO 1.0 beta 3
 
     Bugs fixed