SVN: ZODB/trunk/src/CHANGES.txt Note bug fixed in the a2 release.
Tres Seaver <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 112278: Note bug fixed in the a2 release. Changed: U ZODB/trunk/src/CHANGES.txt -=- Modified: ZODB/trunk/src/CHANGES.txt =================================================================== --- ZODB/trunk/src/CHANGES.txt 2010-05-13 12:33:28 UTC (rev 112277) +++ ZODB/trunk/src/CHANGES.txt 2010-05-13 15:04:26 UTC (rev 112278) @@ -73,6 +73,9 @@ Bugs Fixed ---------- +- Fixed bug in copying a BTrees.Length instance. + (https://bugs.launchpad.net/zodb/+bug/516653) + - Fixed bug in cPickleCache's byte size estimation logic. (https://bugs.launchpad.net/zodb/+bug/533015)