[Zope3-checkins] SVN: Zope3/branches/3.2/ Update ZODB to version
3.6.3 in the Zope 3.2 branch.
Marius Gedminas
marius at pov.lt
Sat Mar 15 14:43:11 EDT 2008
Log message for revision 84665:
Update ZODB to version 3.6.3 in the Zope 3.2 branch.
Changed:
U Zope3/branches/3.2/doc/CHANGES.txt
_U Zope3/branches/3.2/src/
-=-
Modified: Zope3/branches/3.2/doc/CHANGES.txt
===================================================================
--- Zope3/branches/3.2/doc/CHANGES.txt 2008-03-15 18:42:17 UTC (rev 84664)
+++ Zope3/branches/3.2/doc/CHANGES.txt 2008-03-15 18:43:11 UTC (rev 84665)
@@ -15,6 +15,28 @@
- Fixed #98269: Invalid HTML in zope.app.boston's widget_macros.
+ - Update ZODB to version 3.6.3:
+
+ + #143667: PersistentMapping used to save _v_ attributes.
+
+ + #143633: DemoStorage was unable to wrap base storages without an
+ '_oid' attribute.
+
+ + fsrefs.py was reporting spurious 'missing' classes.
+
+ + ZEO had needless timeouts that could cause very slow application
+ startup (tens of minutes).
+
+ + #113932(???): changed the automatic garbage collection when opening a
+ connection to only apply the garbage collections on those connections
+ in the pool that are closed.
+
+ + Non-ghostifiable (persistent classes) objects load their state right
+ away -- even before they are placed in the cache. This causes a
+ problem if the object's state has a (direct or indirect) reference to
+ it. Added a pre-cache that allows the connection to return objects
+ alreadey being loaded when necessary.
+
Zope 3.2.3 (2007/07/03)
Bug fixes
Property changes on: Zope3/branches/3.2/src
___________________________________________________________________
Name: svn:externals
- ZConfig svn://svn.zope.org/repos/main/ZConfig/tags/ZConfig-2.3.1
BTrees -r 66124 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/BTrees
persistent -r 66124 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/persistent
ThreadedAsync -r 66124 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/ThreadedAsync
transaction -r 66124 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/transaction
ZEO -r 66124 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/ZEO
ZODB -r 66124 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/ZODB
twisted -r 15340 svn://svn.twistedmatrix.com/svn/Twisted/branches/releases/2.1.x/twisted
zdaemon -r 40792 svn://svn.zope.org/repos/main/zdaemon/trunk/src/zdaemon
+ ZConfig svn://svn.zope.org/repos/main/ZConfig/tags/ZConfig-2.3.1
BTrees -r 77337 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/BTrees
persistent -r 77337 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/persistent
ThreadedAsync -r 77337 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/ThreadedAsync
transaction -r 77337 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/transaction
ZEO -r 77337 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/ZEO
ZODB -r 77337 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/ZODB
twisted -r 15340 svn://svn.twistedmatrix.com/svn/Twisted/branches/releases/2.1.x/twisted
zdaemon -r 40792 svn://svn.zope.org/repos/main/zdaemon/trunk/src/zdaemon
More information about the Zope3-Checkins
mailing list