Commit e0128198 authored by Hanno Schlichting's avatar Hanno Schlichting

Updated to bug fix and fully backwards compatible minor feature releases of Zope Toolkit packages

parent 67b1d475
...@@ -13,7 +13,19 @@ Features Added ...@@ -13,7 +13,19 @@ Features Added
- Updated packages: - Updated packages:
- distribute = 0.6.10
- zope.annotation = 3.5.0
- zope.broken = 3.6.0
- zope.catalog = 3.8.1
- zope.formlib = 3.7.0
- zope.i18nmessageid = 3.5.1 - zope.i18nmessageid = 3.5.1
- zope.index = 3.6.0
- zope.keyreference = 3.6.2
- zope.lifecycleevent = 3.6.0
- zope.location = 3.6.0
- zope.minmax = 1.1.2
- zope.securitypolicy = 3.6.1
- zope.viewlet = 3.6.1
- LP #143013: make the maximum number of retries on ConflictError a - LP #143013: make the maximum number of retries on ConflictError a
configuration option. configuration option.
......
...@@ -6,6 +6,7 @@ Zope2 = ...@@ -6,6 +6,7 @@ Zope2 =
Acquisition = 2.13.2 Acquisition = 2.13.2
ClientForm = 0.2.10 ClientForm = 0.2.10
DateTime = 2.12.0 DateTime = 2.12.0
distribute = 0.6.10
docutils = 0.6 docutils = 0.6
ExtensionClass = 2.13.0 ExtensionClass = 2.13.0
five.formlib = 1.0.2 five.formlib = 1.0.2
...@@ -28,7 +29,7 @@ zLOG = 2.11.1 ...@@ -28,7 +29,7 @@ zLOG = 2.11.1
ZODB3 = 3.9.4 ZODB3 = 3.9.4
zodbcode = 3.4.0 zodbcode = 3.4.0
ZopeUndo = 2.12.0 ZopeUndo = 2.12.0
zope.annotation = 3.4.2 zope.annotation = 3.5.0
zope.app.apidoc = 3.6.2 zope.app.apidoc = 3.6.2
zope.app.applicationcontrol = 3.5.0 zope.app.applicationcontrol = 3.5.0
zope.app.appsetup = 3.11 zope.app.appsetup = 3.11
...@@ -76,10 +77,10 @@ zope.app.zcmlfiles = 3.5.5 ...@@ -76,10 +77,10 @@ zope.app.zcmlfiles = 3.5.5
zope.app.zopeappgenerations = 3.5.0 zope.app.zopeappgenerations = 3.5.0
zope.app.zptpage = 3.5.0 zope.app.zptpage = 3.5.0
zope.authentication = 3.7.0 zope.authentication = 3.7.0
zope.broken = 3.5.0 zope.broken = 3.6.0
zope.browser = 1.2 zope.browser = 1.2
zope.cachedescriptors = 3.5.0 zope.cachedescriptors = 3.5.0
zope.catalog = 3.8.0 zope.catalog = 3.8.1
zope.component = 3.7.1 zope.component = 3.7.1
zope.componentvocabulary = 1.0 zope.componentvocabulary = 1.0
zope.configuration = 3.6.0 zope.configuration = 3.6.0
...@@ -99,17 +100,17 @@ zope.error = 3.6.0 ...@@ -99,17 +100,17 @@ zope.error = 3.6.0
zope.event = 3.4.1 zope.event = 3.4.1
zope.exceptions = 3.5.2 zope.exceptions = 3.5.2
zope.filerepresentation = 3.5.0 zope.filerepresentation = 3.5.0
zope.formlib = 3.6.0 zope.formlib = 3.7.0
zope.hookable = 3.4.1 zope.hookable = 3.4.1
zope.i18n = 3.7.2 zope.i18n = 3.7.2
zope.i18nmessageid = 3.5.1 zope.i18nmessageid = 3.5.1
zope.index = 3.5.1 zope.index = 3.6.0
zope.interface = 3.5.3 zope.interface = 3.5.3
zope.intid = 3.7.0 zope.intid = 3.7.0
zope.keyreference = 3.6.1 zope.keyreference = 3.6.2
zope.lifecycleevent = 3.5.2 zope.lifecycleevent = 3.6.0
zope.location = 3.5.4 zope.location = 3.6.0
zope.minmax = 1.1.1 zope.minmax = 1.1.2
zope.modulealias = 3.4.0 zope.modulealias = 3.4.0
zope.pagetemplate = 3.5.0 zope.pagetemplate = 3.5.0
zope.password = 3.5.1 zope.password = 3.5.1
...@@ -120,7 +121,7 @@ zope.proxy = 3.5.0 ...@@ -120,7 +121,7 @@ zope.proxy = 3.5.0
zope.publisher = 3.8.0 zope.publisher = 3.8.0
zope.schema = 3.5.4 zope.schema = 3.5.4
zope.security = 3.7.2 zope.security = 3.7.2
zope.securitypolicy = 3.6.0 zope.securitypolicy = 3.6.1
zope.sendmail = 3.5.1 zope.sendmail = 3.5.1
zope.sequencesort = 3.4.0 zope.sequencesort = 3.4.0
zope.server = 3.5.0 zope.server = 3.5.0
...@@ -134,4 +135,4 @@ zope.testbrowser = 3.6.0a2 ...@@ -134,4 +135,4 @@ zope.testbrowser = 3.6.0a2
zope.testing = 3.7.7 zope.testing = 3.7.7
zope.thread = 3.4 zope.thread = 3.4
zope.traversing = 3.7.1 zope.traversing = 3.7.1
zope.viewlet = 3.5.0 zope.viewlet = 3.6.1
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