[Zope-Checkins] SVN: Zope/trunk/ Update to ZODB3 = 3.10.0b1
Hanno Schlichting
hannosch at hannosch.eu
Sat Jun 5 09:35:55 EDT 2010
Log message for revision 113140:
Update to ZODB3 = 3.10.0b1
Changed:
U Zope/trunk/doc/CHANGES.rst
U Zope/trunk/doc/WHATSNEW.rst
U Zope/trunk/src/Products/ZODBMountPoint/tests/testMountPoint.py
U Zope/trunk/versions.cfg
-=-
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst 2010-06-05 13:33:15 UTC (rev 113139)
+++ Zope/trunk/doc/CHANGES.rst 2010-06-05 13:35:54 UTC (rev 113140)
@@ -133,7 +133,9 @@
- Jinja2 = 2.5.0
- Sphinx = 1.0b2
+ - transaction = 1.1.0
- ZConfig = 2.8.0
+ - ZODB3 = 3.10.0b1
- zope.annotation = 3.5.0
- zope.broken = 3.6.0
- zope.browsermenu = 3.9.0
Modified: Zope/trunk/doc/WHATSNEW.rst
===================================================================
--- Zope/trunk/doc/WHATSNEW.rst 2010-06-05 13:33:15 UTC (rev 113139)
+++ Zope/trunk/doc/WHATSNEW.rst 2010-06-05 13:35:54 UTC (rev 113140)
@@ -8,6 +8,24 @@
about all minor new features and bugs being solved in this release.
+ZODB 3.10
+---------
+
+...
+
+
+WSGI
+----
+
+...
+
+
+Zope Toolkit
+------------
+
+...
+
+
Optional Formlib support
------------------------
Modified: Zope/trunk/src/Products/ZODBMountPoint/tests/testMountPoint.py
===================================================================
--- Zope/trunk/src/Products/ZODBMountPoint/tests/testMountPoint.py 2010-06-05 13:33:15 UTC (rev 113139)
+++ Zope/trunk/src/Products/ZODBMountPoint/tests/testMountPoint.py 2010-06-05 13:35:54 UTC (rev 113140)
@@ -17,8 +17,6 @@
import os
import sys
import unittest
-import Testing
-import ZODB
import transaction
from OFS.Application import Application
from OFS.Folder import Folder
@@ -65,6 +63,7 @@
self.version_cache_size = 100
self.version_pool_size = 3
self.allow_implicit_cross_references = False
+ self.large_record_size = 1<<24
return ZopeDatabase(self)
def getSectionName(self):
Modified: Zope/trunk/versions.cfg
===================================================================
--- Zope/trunk/versions.cfg 2010-06-05 13:33:15 UTC (rev 113139)
+++ Zope/trunk/versions.cfg 2010-06-05 13:35:54 UTC (rev 113140)
@@ -13,7 +13,7 @@
Persistence = 2.13.1
Record = 2.13.0
RestrictedPython = 3.5.2
-tempstorage = 2.11.2
+tempstorage = 2.11.3
ZopeUndo = 2.12.0
# Zope2 dependencies
@@ -67,11 +67,11 @@
python-gettext = 1.0
# ZODB + dependencies
-transaction = 1.0.1
+transaction = 1.1.0
zc.lockfile = 1.0.0
ZConfig = 2.8.0
zdaemon = 2.0.4
-ZODB3 = 3.9.5
+ZODB3 = 3.10.0b1
# toolchain
Jinja2 = 2.5.0
More information about the Zope-Checkins
mailing list