[Zodb-checkins] CVS: ZEO - CHANGES.txt:1.25.2.5

Jeremy Hylton jeremy@zope.com
Tue, 30 Oct 2001 16:35:48 -0500


Update of /cvs-repository/ZEO
In directory cvs.zope.org:/tmp/cvs-serv26020

Modified Files:
      Tag: zeo-1_0-branch
	CHANGES.txt 
Log Message:
Add bug fix list for 1.0b5


=== ZEO/CHANGES.txt 1.25.2.4 => 1.25.2.5 ===
 
+  ZEO 1.0 beta 5
+
+    Bugs fixed
+
+    - Fix a bug introduced in earlier beta that caused the storage
+      server to leak two file descriptors per client connection,
+      eventually leading to a crash.
+
+    - Reduced the amount of memory consumed by the logging
+      infrastructure. 
+
+    - There were numerous small changes to close() methods and the
+      test suite to avoid leaking (much) memory when a single process
+      opens and closes many ClientStorage objects.
+
   ZEO 1.0 beta 4
 
     Bugs fixed