- Nothing changed yet.
- Move ZPublisher.xmlrpc back to Zope.
- Add optional support for systemd sd_notify().
- Move
Products.SiteAccess
back to Zope.
- Update code to Zope 4.0b1.
- Remove mechanize based testbrowser support.
- Use @implementer class decorator.
- The
enable-product-installation
zope.conf setting is now a no-op. - Changed zope.conf default settings for
zserver-threads
to2
.
Broke out ZServer and related code from Zope core project.
This includes FTP, webdav and xml-rpc handling, zope.conf support for ZServer related configuration and instance creation and zdaemon based startup logic.
The mkzopeinstance, runzope, zopectl and zpasswd scripts are now provided by this project.
- Create a separate distribution called ZServer without any code inside it. This allows projects to depend on this project for the Zope 2.13 release line.