[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.7
Jeremy Hylton
jeremy at zope.com
Tue Sep 30 23:37:18 EDT 2003
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv13429
Modified Files:
Tag: Zope-2_7-branch
NEWS.txt
Log Message:
Two small news items.
=== ZODB3/NEWS.txt 1.33.6.6 => 1.33.6.7 ===
--- ZODB3/NEWS.txt:1.33.6.6 Tue Sep 30 15:37:45 2003
+++ ZODB3/NEWS.txt Tue Sep 30 23:37:17 2003
@@ -2,8 +2,16 @@
===========================================
Release date: 30-Sep-2003
+Added a summary to the Doc directory. There are several new documents
+in the 3.2 release, including "Using zdctl and zdrun to manage server
+processes" and "Running a ZEO Server HOWTO."
+
Fixed ZEO's protocol negotiation mechanism so that a client ZODB 3.1
can talk to a ZODB 3.2 server.
+
+Fixed a bug in the ZEO code that caused it to leak socket objects on
+Windows. Specifically, fix the trigger mechanism so that both sockets
+created for a trigger are closed.
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
More information about the Zodb-checkins
mailing list