[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.4

Jeremy Hylton jeremy at zope.com
Tue Sep 30 13:16:47 EDT 2003


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv13042

Modified Files:
      Tag: Zope-2_7-branch
	NEWS.txt 
Log Message:
Only a few small updates in 3.2c1.


=== ZODB3/NEWS.txt 1.33.6.3 => 1.33.6.4 ===
--- ZODB3/NEWS.txt:1.33.6.3	Tue Sep 23 16:45:28 2003
+++ ZODB3/NEWS.txt	Tue Sep 30 13:16:45 2003
@@ -1,3 +1,25 @@
+What's new in ZODB3 3.2 release candidate 1
+===========================================
+Release date: XX-XXX-2003
+
+Fixed a bug in the ZEO storage server that caused it to leave temp
+files behind.  The CommitLog class contains a temp file, but it was
+not closing the file.
+
+Added a timeout to the ZEO test suite that prevents hangs.  The test
+suite creates ZEO servers with randomly assigned ports.  If the port
+happens to be in use, the test suite would hang because the ZEO client
+would never stop trying to connect.  The fix will cause the test to
+fail after a minute, but should prevent the test runner from hanging.
+
+The logging package was updated to include the latest version of the
+logging package from Python CVS.  Note that this package is only
+installed for Python 2.2.  In later versions of Python, it is
+available in the Python standard library.
+
+The ZEO1 directory was removed from the source distribution.  ZEO1 is
+not supported, and we never intended to include it in the release.
+
 What's new in ZODB3 3.2 beta 3
 ==============================
 Release date: 23-Sep-2003




More information about the Zodb-checkins mailing list