[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt change log for recent DA.py work

Chris Withers chris at simplistix.co.uk
Fri Nov 17 13:32:01 EST 2006


Log message for revision 71166:
  change log for recent DA.py work

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===================================================================
--- Zope/trunk/doc/CHANGES.txt	2006-11-17 18:31:29 UTC (rev 71165)
+++ Zope/trunk/doc/CHANGES.txt	2006-11-17 18:32:00 UTC (rev 71166)
@@ -41,6 +41,18 @@
 
     Bugs Fixed
 
+      - Reworking of _cached_result in Shared.DC.ZRDB.DA.DA:
+
+        - fixed KeyError reported in Collector #2212
+
+        - fixed two memory leaks that occurred under high load
+
+        - fixed broken cache keys for people using the obscure 
+          Shared.DC.ZRDB.DA.DA.connection_hook
+
+        - fixed incorrect cache ordering resulting in newer results
+          being dumped when the cache became too large.
+
       - Collector #2237: 'make' doesn't tell you to run 'make inplace'
         before running 'make instance'.
 



More information about the Zope-Checkins mailing list