SVN: ZODB/branches/3.10/src/CHANGES.txt *** empty log message ***
Jim Fulton <[email protected]> Tue, 12 Apr 2011 09:50:19 -0400 (EDT)
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20110412135019.5F58F9408C__32496.638960629$1302616228$gmane$org@cvs.zope.org> |
Log message for revision 121410: *** empty log message *** Changed: U ZODB/branches/3.10/src/CHANGES.txt -=- Modified: ZODB/branches/3.10/src/CHANGES.txt =================================================================== --- ZODB/branches/3.10/src/CHANGES.txt 2011-04-12 13:50:07 UTC (rev 121409) +++ ZODB/branches/3.10/src/CHANGES.txt 2011-04-12 13:50:19 UTC (rev 121410) @@ -2,6 +2,26 @@ Change History ================ +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) ===================