Skip to content

Commit

Permalink
Roadmap (#840)
Browse files Browse the repository at this point in the history
* Add roadmap.

* Sketch a roadmap.

* Link to plone release schedule

* - need to pull in ``tempstorage`` in the ``docs`` setup extra to make it work

* - condense roadmap to better highlight the differences

Co-authored-by: Jens Vagelpohl <jens@netz.ooo>
  • Loading branch information
dataflake committed Jun 18, 2020
1 parent 9652f1b commit 5e4f3c4
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ recipe = zc.recipe.egg
eggs =
Zope[docs]
Sphinx
tempstorage
scripts =
sphinx-build

Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This is the official home for all Zope documentation.
operation
wsgi
maintenance
roadmap
changes
zopebook/index
zdgbook/index
63 changes: 63 additions & 0 deletions docs/roadmap.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
Zope development roadmap
========================

The Zope development and support roadmap. **Last updated: June 2020**


Zope 2.13 - previous version
----------------------------

* Python support:

- 2.7

* Support schedule:

- Full support: -
- Bug fixes: -
- Security fixes: until 12/31/2020 [1]_


Zope 4 - stable version
-----------------------

* Python support:

- 2.7
- 3.5
- 3.6
- 3.7
- 3.8

* Support schedule:

- Full support: until Zope 5.0 is released, planned for September 2020
- Bug fixes: until 12/31/2021
- Security fixes: until 12/31/2022 [2]_


Zope 5 - development version
----------------------------

* Python support:

- 3.6
- 3.7
- 3.8
- 3.9 (may wait until Zope 5.1)

* Support schedule:

- Full support: starting with the Zope 5.0 release, planned
for September 2020
- Bug fixes: TBD
- Security fixes: TBD


See the `Plone release schedule <https://plone.org/download/release-schedule>`_
for details about Plone version support. Zope will track some of their
milestones with its own releases.


.. [1] End of security fix support for Plone releases based on Zope 2.13
.. [2] End of security fix support for Plone releases based on Zope 4
3 changes: 3 additions & 0 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ snowballstemmer = 2.0.0
soupsieve = 1.9.6
sphinx-rtd-theme = 0.4.3
sphinxcontrib-websupport = 1.2.2
# tempstorage is only needed because the Sphinx documentation parses
# ZConfig xml configurations, which still contain references to it
tempstorage = 5.1
toml = 0.10.1
tox = 3.14.6
tqdm = 4.43.0
Expand Down

0 comments on commit 5e4f3c4

Please sign in to comment.