[Zodb-checkins] SVN: ZODB/trunk/src/CHANGES.txt Updated release info.
Jim Fulton
jim at zope.com
Mon Dec 15 10:49:59 EST 2008
Log message for revision 94077:
Updated release info.
Changed:
U ZODB/trunk/src/CHANGES.txt
-=-
Modified: ZODB/trunk/src/CHANGES.txt
===================================================================
--- ZODB/trunk/src/CHANGES.txt 2008-12-15 15:43:24 UTC (rev 94076)
+++ ZODB/trunk/src/CHANGES.txt 2008-12-15 15:49:59 UTC (rev 94077)
@@ -22,6 +22,27 @@
XXX There are known issues with this implementation that need to be
sorted out before it is "released".
+3.9.0a8 (2008-12-15)
+====================
+
+New Features
+------------
+
+- Made ZEO Clieny Blob Cache control a bit more rational. Now, when
+ checking the cache size, the target is::
+
+ blob-cache-size * (100 - blob-cache-size-check) / 100
+
+ The makes it far more likely (but doesn't guarantee) that the blob
+ cache size will remain under the maximum.
+
+ The blob-cache-size check was reduced to 10%.
+
+Bugs Fixed
+----------
+
+- Fixed a bug in the logic to reduce the blob cache size.
+
3.9.0a7 (2008-12-05)
====================
More information about the Zodb-checkins
mailing list