5.2.8 Released
Plone 5.2.8 is a bug fix release of Plone 5.2.
Some highlights of this release
Zope
: Enhance cookie support. For details, see issue 1010
For more changes see Change log — Zope documentation 4.6 documentationwaitress
is updated to version 2.1.1 to mitigate a vulnerability in that package. As waitress no longer supports Python versions less than 3.7 it is not advised to run Plone 5.2 on Python 2.7 or 3.6 any longer, even though they are still supported by Plone itself. You get an olderwaitress
version then. If you must use an old Python version, please switch to a different WSGI server. See the recommendations in the Zope documentation.- WARNING: the new
waitress
2.1.1 does seem to suffer from a possible race condition leading to the process quitting. If you are affected by this, you can downgrade to 2.1.0 (which has a known security vulnerability, as mentioned above) or use a different WSGI server. plone.app.linkintegrity
: Track link integrity of referenced PDFs and other site objects in IFRAME SRC references.plone.outputfilters
: Resolve UIDs in SRC attribute of of SOURCE and IFRAME elements.plone.app.querystring
: Add lazy attribute to vocabularies to prevent fetching any results.plone.schema
: Use indent in json.dumps to make JSON readable in the widget.
Download Plone 5.2.8
- plone.org release page: https://plone.org/download/releases/5.2.8
- community announcement: https://community.plone.org/t/plone-5-2-8-released/15266
- dist.plone.org with the versions, constraints, etcetera: https://dist.plone.org/release/5.2.8/