Commit accab167 authored by Hanno Schlichting's avatar Hanno Schlichting

Update to ZODB3 = 3.10.0b1

parent 0df866c3
......@@ -133,7 +133,9 @@ Features Added
- 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
......
......@@ -8,6 +8,24 @@ You can have a look at the `detailed change log <CHANGES.html>`_ to learn
about all minor new features and bugs being solved in this release.
ZODB 3.10
---------
...
WSGI
----
...
Zope Toolkit
------------
...
Optional Formlib support
------------------------
......
......@@ -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 @@ class TestDBConfig:
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):
......
......@@ -13,7 +13,7 @@ MultiMapping = 2.13.0
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 @@ mechanize = 0.2.1
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment