Skip to content

Commit

Permalink
- prepare release 4.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Dec 16, 2022
1 parent c43b3bb commit a3eb4b1
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The change log for the previous version, Zope 2.13, is at
https://zope.readthedocs.io/en/2.13/CHANGES.html


4.8.4 (unreleased)
4.8.4 (2022-12-16)
------------------

- Set the published default ``Content-Type`` header to ``text/plain``
Expand All @@ -17,7 +17,7 @@ https://zope.readthedocs.io/en/2.13/CHANGES.html

- Update dependencies to the latest releases for each supported Python version.

- Make Products.PageTemplate engine compatible with Chameleon 3.10.
- Make ``Products.PageTemplates`` compatible with Chameleon 3.10.


4.8.3 (2022-10-31)
Expand Down
9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,15 @@ https://zope.readthedocs.io.
Zope 4 - the bridge between Zope 2 and Zope 5
=============================================

**Zope 4 is no longer fully supported and only receives security fixes at this
time. Please upgrade to Zope 5 as soon as possible.** The `Zope release
schedule <https://www.zope.dev/releases.html>`_ has details about support
policies and timeframes.

Zope 4 supports Python 2 and Python 3. It is meant to act as a bridge for those
upgrading applications from Zope 2. Once you are on Zope 4 and Python 3 the
next step to Zope 5 is painless and we recommend upgrading to Zope 5 for a
future-proof deployment.
next step to Zope 5 is painless and we recommend upgrading to Zope 5
immediately.


Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This is the official home for all Zope 4 documentation.
operation
wsgi
maintenance
Zope development roadmap <https://www.zope.dev/developer/roadmap.html>
Zope release schedule <https://www.zope.dev/releases.html>
changes
zopebook/index
zdgbook/index
2 changes: 1 addition & 1 deletion docs/zope4/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ about all minor new features and bugs being solved in this release. When you
are ready to migrate, make sure you study the :ref:`zope4migration`
documentation.

The `Zope development roadmap <https://www.zope.dev/developer/roadmap.html>`_
The `Zope release schedule <https://www.zope.dev/releases.html>`_
on `www.zope.dev <https://www.zope.dev>`_ explains which versions are
supported and for how long.

Expand Down
2 changes: 1 addition & 1 deletion requirements-full.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Zope==<5
Zope==4.8.4
AccessControl==4.3
Acquisition==4.10
AuthEncoding==4.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _read_file(filename):
README = _read_file('README.rst')
CHANGES = _read_file('CHANGES.rst')

version = '4.8.4.dev0'
version = '4.8.4'


setup(
Expand Down
2 changes: 1 addition & 1 deletion versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Version pins for required and commonly used dependencies.

[versions]
Zope = <5
Zope = 4.8.4
Zope2 = 4.0
# AccessControl 5+ no longer supports Zope 4.
AccessControl = 4.3
Expand Down

0 comments on commit a3eb4b1

Please sign in to comment.