SVN: ZODB/trunk/src/CHANGES.txt *** empty log message ***
Jim Fulton <[email protected]> Sun, 20 Nov 2011 06:25:55 -0500 (EST)
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <[email protected]> |
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) ===================