Skip to content

Commit

Permalink
update zope.component and zope.interface, annotate why we use those v…
Browse files Browse the repository at this point in the history
…ersions.
  • Loading branch information
jensens committed Oct 23, 2016
1 parent da5a2c6 commit edb55e7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ coverage = 3.7.1
zdaemon = 4.1.0
transaction = 1.4.4
Sphinx = 1.3.6
zope.component = 3.12.1
zope.interface = 4.2.0
# required for recent z3c.form and chameleon
zope.pagetemplate = 3.6.3
# Support for more complex catalog queries
Expand Down Expand Up @@ -323,3 +325,11 @@ plone.app.drafts = 1.1.1
plone.app.tiles = 2.2.1
plone.tiles = 1.8.0
plone.app.ldap = 1.4.0

[versionannotations]
# keep this alphabetical please
zope.component =
Major changes in 4.0.0, needs check if we can run Plone with them, stick with 3.12.1
zope.interface =
Starting with 4.3.0 hashing in (un-)registerUtility was changed.
This leads into "TypeError: cannot create weak reference to 'Acquisition.ImplicitAcquisitionWrapper' object".

0 comments on commit edb55e7

Please sign in to comment.