[Zope3-checkins] SVN: Zope3/trunk/src/ Move to ZODB 3.5a4.
Tim Peters
tim.one at comcast.net
Thu Jul 14 13:23:28 EDT 2005
Log message for revision 33321:
Move to ZODB 3.5a4.
It's been about a month since Zope3 stitched in a new 3.5
release, and several bugfixes piled up in that time. In
addition, there are two major changes:
- Subtransactions are deprecated (to go away in 3.7). AFAICT,
Zope3 had already been changed to stop using them, and no
subtxn DeprecationWarnings pop up in the Z3 test suite.
- You can now roll back to a given savepoint any number of
times (until the transaction commits, or until you roll
back to an earlier savepoint). Prior behavior was that
a savepoint could be rolled back at most once.
Changed:
_U Zope3/trunk/src/
-=-
Property changes on: Zope3/trunk/src
___________________________________________________________________
Name: svn:externals
- ZConfig svn://svn.zope.org/repos/main/ZConfig/tags/ZConfig-2.3
zdaemon svn://svn.zope.org/repos/main/zdaemon/tags/zdaemon-1.1
BTrees svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a3/src/BTrees
persistent svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a3/src/persistent
ThreadedAsync svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a3/src/ThreadedAsync
transaction svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a3/src/transaction
ZEO svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a3/src/ZEO
ZODB svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a3/src/ZODB
+ ZConfig svn://svn.zope.org/repos/main/ZConfig/tags/ZConfig-2.3
zdaemon svn://svn.zope.org/repos/main/zdaemon/tags/zdaemon-1.1
BTrees svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a4/src/BTrees
persistent svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a4/src/persistent
ThreadedAsync svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a4/src/ThreadedAsync
transaction svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a4/src/transaction
ZEO svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a4/src/ZEO
ZODB svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a4/src/ZODB
More information about the Zope3-Checkins
mailing list