SVN: ZODB/branches/3.9/src/CHANGES.txt Fixed a bug that caused savepoint rollback to not properly
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 111315: Fixed a bug that caused savepoint rollback to not properly set object state when objects implemented _p_invalidate methods that reloaded ther state (unghostifiable objects). https://bugs.launchpad.net/zodb/+bug/428039 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-04-23 17:30:12 UTC (rev 111314) +++ ZODB/branches/3.9/src/CHANGES.txt 2010-04-23 17:35:27 UTC (rev 111315) @@ -16,6 +16,12 @@ https://bugs.launchpad.net/zodb/+bug/544305 +- Fixed a bug that caused savepoint rollback to not properly + set object state when objects implemented _p_invalidate methods + that reloaded ther state (unghostifiable objects). + + https://bugs.launchpad.net/zodb/+bug/428039 + - The mkzeoinst script was fixed to tell people to install and use the mkzeoinstance script. :)