Commit 5609678a authored by Hanno Schlichting's avatar Hanno Schlichting

New zope.publisher which lets us get rid of zope.authentication

parent dab8edeb
...@@ -132,8 +132,8 @@ Zope2 depends on some packages only via transitive test dependencies. ...@@ -132,8 +132,8 @@ Zope2 depends on some packages only via transitive test dependencies.
Questionable dependencies Questionable dependencies
========================= =========================
- [ ] zope.authentication (seems to be used for some ILogin related stuff) - [X] zope.authentication (seems to be used for some ILogin related stuff)
o zope.publisher x zope.publisher
- [ ] zope.broken (this is really just one interface, merge into ZODB3?) - [ ] zope.broken (this is really just one interface, merge into ZODB3?)
o zope.container o zope.container
......
...@@ -86,7 +86,7 @@ Features Added ...@@ -86,7 +86,7 @@ Features Added
- zope.location = 3.9.0 - zope.location = 3.9.0
- zope.lifecycleevent = 3.6.0 - zope.lifecycleevent = 3.6.0
- zope.ptresource = 3.9.0 - zope.ptresource = 3.9.0
- zope.publisher = 3.11.0 - zope.publisher = 3.12.0
- zope.schema = 3.6.0 - zope.schema = 3.6.0
- zope.securitypolicy = 3.6.1 - zope.securitypolicy = 3.6.1
- zope.sendmail = 3.6.1 - zope.sendmail = 3.6.1
......
...@@ -31,7 +31,6 @@ zdaemon = 2.0.4 ...@@ -31,7 +31,6 @@ zdaemon = 2.0.4
ZODB3 = 3.9.4 ZODB3 = 3.9.4
zope.annotation = 3.5.0 zope.annotation = 3.5.0
zope.app.form = 3.12.1 zope.app.form = 3.12.1
zope.authentication = 3.7.0
zope.broken = 3.5.0 zope.broken = 3.5.0
zope.browser = 1.2 zope.browser = 1.2
zope.browsermenu = 3.9.0 zope.browsermenu = 3.9.0
...@@ -59,7 +58,7 @@ zope.pagetemplate = 3.5.0 ...@@ -59,7 +58,7 @@ zope.pagetemplate = 3.5.0
zope.processlifetime = 1.0 zope.processlifetime = 1.0
zope.proxy = 3.5.0 zope.proxy = 3.5.0
zope.ptresource = 3.9.0 zope.ptresource = 3.9.0
zope.publisher = 3.11.0 zope.publisher = 3.12.0
zope.schema = 3.6.0 zope.schema = 3.6.0
zope.security = 3.7.2 zope.security = 3.7.2
zope.sendmail = 3.6.1 zope.sendmail = 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