Metadata-Version: 2.0
Name: ZServer
Version: 4.0b3
Summary: Zope ZServer.
Home-page: https://github.com/zopefoundation/ZServer
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope2
Classifier: Framework :: Zope :: 2
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Provides-Extra: sdnotify
Requires-Dist: AccessControl
Requires-Dist: Acquisition
Requires-Dist: ExtensionClass
Requires-Dist: Persistence
Requires-Dist: ZConfig
Requires-Dist: ZODB
Requires-Dist: Zope (>=4.0b6.dev0)
Requires-Dist: setuptools
Requires-Dist: transaction
Requires-Dist: zExceptions
Requires-Dist: zdaemon
Requires-Dist: zope.component
Requires-Dist: zope.container
Requires-Dist: zope.contenttype
Requires-Dist: zope.deferredimport
Requires-Dist: zope.event
Requires-Dist: zope.interface
Requires-Dist: zope.lifecycleevent
Requires-Dist: zope.processlifetime
Requires-Dist: zope.schema
Requires-Dist: zope.testing
Provides-Extra: sdnotify
Requires-Dist: sdnotify; extra == 'sdnotify'

Overview
========

Zope ZServer.

Changelog
=========

4.0b3 (2018-10-05)
------------------

- Move `ZPublisher.xmlrpc` back to `Zope`.


4.0b2 (2018-08-31)
------------------

- Add optional support for systemd sd_notify().
- Move ``Products.SiteAccess`` back to `Zope`.


4.0b1 (2017-09-18)
------------------

- Update code to Zope 4.0b1.

4.0a2 (2017-01-20)
------------------

- 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`` to ``2``.

4.0a1 (2016-09-09)
------------------

- 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.

3.0 (2016-08-06)
----------------

- 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.


