SVN: ZODB/branches/3.9/src/CHANGES.txt Add a changelog entry for LP 533015
Hanno Schlichting <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20100323224836.F39337083BC__30908.734483137$1269384530$gmane$org@cvs.zope.org> |
Log message for revision 110124: Add a changelog entry for LP 533015 Changed: U ZODB/branches/3.9/src/CHANGES.txt -=- Modified: ZODB/branches/3.9/src/CHANGES.txt =================================================================== --- ZODB/branches/3.9/src/CHANGES.txt 2010-03-23 22:41:21 UTC (rev 110123) +++ ZODB/branches/3.9/src/CHANGES.txt 2010-03-23 22:48:36 UTC (rev 110124) @@ -2,6 +2,15 @@ Change History ================ +3.9.5 (unreleased) +================== + +Bugs Fixed +---------- + +- Fixed bug in cPickleCache's byte size estimation logic. + (https://bugs.launchpad.net/zodb/+bug/533015) + 3.9.4 (2009-12-14) ==================