[Zodb-checkins] SVN: ZODB/trunk/src/CHANGES.txt *** empty log message ***
Jim Fulton
jim at zope.com
Sun Nov 20 11:25:55 UTC 2011
Log message for revision 123441:
*** empty log message ***
Changed:
U ZODB/trunk/src/CHANGES.txt
-=-
Modified: ZODB/trunk/src/CHANGES.txt
===================================================================
--- ZODB/trunk/src/CHANGES.txt 2011-11-20 11:23:48 UTC (rev 123440)
+++ ZODB/trunk/src/CHANGES.txt 2011-11-20 11:25:55 UTC (rev 123441)
@@ -22,6 +22,26 @@
comparison inherited from object. (This doesn't apply to old-style
class instances.)
+3.10.3 (2011-04-12)
+===================
+
+Bugs Fixed
+----------
+
+- "activity monitor not updated for subconnections when connection
+ returned to pool"
+
+ https://bugs.launchpad.net/zodb/+bug/737198
+
+Performance enhancements
+------------------------
+
+- Improved ZEO client cache implementation to make it less likely to
+ evict objects that are being used.
+
+- Small (possibly negligable) reduction in CPU in ZEO storage servers
+ to service object loads and in networking code.
+
3.10.2 (2011-02-12)
===================
More information about the Zodb-checkins
mailing list