SVN: ZODB/trunk/src/CHANGES.txt *** empty log message ***
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20090823171904.D83429417B__40737.6264957294$1251047955$gmane$org@cvs.zope.org> |
Log message for revision 103111: *** empty log message *** Changed: U ZODB/trunk/src/CHANGES.txt -=- Modified: ZODB/trunk/src/CHANGES.txt =================================================================== --- ZODB/trunk/src/CHANGES.txt 2009-08-23 16:05:54 UTC (rev 103110) +++ ZODB/trunk/src/CHANGES.txt 2009-08-23 17:19:04 UTC (rev 103111) @@ -2,7 +2,7 @@ Change History ================ -3.9.0c1 (2009-08-06) +3.9.0c1 (2009-08-??) ==================== Bugs Fixed @@ -16,6 +16,8 @@ - Small optimization of packing file storages with blobs. +- Calling __setstate__ on a persistent object could under certain + uncommon cause the process to crash. 3.9.0b5 (2009-08-06) ====================