[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.8
Jeremy Hylton
jeremy at zope.com
Wed Oct 1 14:22:18 EDT 2003
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv22751
Modified Files:
Tag: Zope-2_7-branch
NEWS.txt
Log Message:
Add news about server leak.
=== ZODB3/NEWS.txt 1.33.6.7 => 1.33.6.8 ===
--- ZODB3/NEWS.txt:1.33.6.7 Tue Sep 30 23:37:17 2003
+++ ZODB3/NEWS.txt Wed Oct 1 14:22:17 2003
@@ -9,6 +9,9 @@
Fixed ZEO's protocol negotiation mechanism so that a client ZODB 3.1
can talk to a ZODB 3.2 server.
+Fixed a memory leak in the ZEO server. The server was leaking a few
+KB of memory per connection.
+
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.
More information about the Zodb-checkins
mailing list