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

Jeremy Hylton jeremy at zope.com
Wed Oct 1 20:32:15 EDT 2003


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

Modified Files:
      Tag: Zope-2_7-branch
	NEWS.txt 
Log Message:
Add a note about another leak fixed today.


=== ZODB3/NEWS.txt 1.33.6.8 => 1.33.6.9 ===
--- ZODB3/NEWS.txt:1.33.6.8	Wed Oct  1 14:22:17 2003
+++ ZODB3/NEWS.txt	Wed Oct  1 20:32:14 2003
@@ -1,6 +1,6 @@
 What's new in ZODB3 3.2 release candidate 1
 ===========================================
-Release date: 30-Sep-2003
+Release date: 01-Oct-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
@@ -11,6 +11,10 @@
 
 Fixed a memory leak in the ZEO server.  The server was leaking a few
 KB of memory per connection.
+
+Fixed a memory leak in the ZODB object cache (cPickleCache).  The
+cache did not release two references to its Connection, causing a
+large cycle of objects to leak when a database was closed.
 
 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




More information about the Zodb-checkins mailing list