SVN: ZODB/trunk/CHANGES.txt Note recent serial-as-bytes fix.
Tres Seaver <[email protected]> Sun, 16 Dec 2012 19:26:41 -0500 (EST)
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20121217002641.7BF54940ED__48528.9237964482$1355704025$gmane$org@cvs.zope.org> |
Log message for revision 128686: Note recent serial-as-bytes fix. Changed: U ZODB/trunk/CHANGES.txt -=- Modified: ZODB/trunk/CHANGES.txt =================================================================== --- ZODB/trunk/CHANGES.txt 2012-12-16 08:52:45 UTC (rev 128685) +++ ZODB/trunk/CHANGES.txt 2012-12-17 00:26:40 UTC (rev 128686) @@ -2,11 +2,17 @@ Change History ================ +Unreleased +========== + +- Enforced usage of bytes for '_p_serial' of persistent objects (fixes + compatibility with recent persistent releases). + 4.0.0a3 (2012-12-01) ===================== -Fixed: An elaborate test for trvial logic corrupted module state in a - way that made other tests fail spuriously. +- Fixed: An elaborate test for trvial logic corrupted module state in a + way that made other tests fail spuriously. 4.0.0a2 (2012-11-13) =====================