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

Chris Withers chris at simplistix.co.uk
Fri Nov 17 13:21:09 EST 2006


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

Changed:
  U   Zope/branches/2.9/doc/CHANGES.txt

-=-
Modified: Zope/branches/2.9/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.9/doc/CHANGES.txt	2006-11-17 18:15:27 UTC (rev 71161)
+++ Zope/branches/2.9/doc/CHANGES.txt	2006-11-17 18:21:08 UTC (rev 71162)
@@ -9,6 +9,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