From 9775f282ed228d16ae3dff371a1a3be620ae84c2 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Tue, 31 Jan 2023 18:30:53 +0100 Subject: [PATCH] plone.recipe.zope2instance 6.12.0 as late addition. --- release/RELEASE-NOTES.md | 1 + release/changelog.txt | 9 +++++++++ release/constraints.txt | 2 +- versions.cfg | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/release/RELEASE-NOTES.md b/release/RELEASE-NOTES.md index a312c34502..695e3e63d4 100644 --- a/release/RELEASE-NOTES.md +++ b/release/RELEASE-NOTES.md @@ -23,6 +23,7 @@ Major changes since 6.0.0: * Add pt_BR and fr translations. * `plone.base`: Add missing TinyMCE plugin `autolink` to selectable plugins. * `Products.CMFPlone`: When autologin after password reset is enabled (this is the default), use the same adapters as during normal login. Specifically: the `IInitialLogin` and `IRedirectAfterLogin` adapters. +* `plone.recipe.zope2instance`: Add new option `asyncore_use_poll` to waitress config file. You might need this when you have fast-listen enabled, which is the default, and run into [100% cpu usage on all Plone instances](https://github.com/plone/plone.recipe.zope2instance/issues/188). But investigation on that problem is ongoing. * More Zope community packages have gotten official, tested Python 3.11 support. diff --git a/release/changelog.txt b/release/changelog.txt index 62d0801c13..9522f46c64 100644 --- a/release/changelog.txt +++ b/release/changelog.txt @@ -152,6 +152,15 @@ Bug fixes: - Testing: explicitly set response content type header to html. [jeromeperrin] (#97) +plone.recipe.zope2instance: 6.11.0 → 6.12.0 +------------------------------------------- + +New features: + +- Add new option `asyncore_use_poll` to waitress config file. + [petschki] (#189) + + plone.restapi: 8.32.6 → 8.33.3 ------------------------------ New features: diff --git a/release/constraints.txt b/release/constraints.txt index 95b6ff1efc..8c61aa84f2 100644 --- a/release/constraints.txt +++ b/release/constraints.txt @@ -229,7 +229,7 @@ plone.portlets==2.3.2 plone.protect==4.1.8 plone.recipe.command==1.1 plone.recipe.zeoserver==2.0.3 -plone.recipe.zope2instance==6.11.0 +plone.recipe.zope2instance==6.12.0 plone.registry==1.2.1 plone.releaser==1.8.8 plone.reload==3.0.2 diff --git a/versions.cfg b/versions.cfg index 106304e473..b63bae3450 100644 --- a/versions.cfg +++ b/versions.cfg @@ -94,7 +94,7 @@ plone.portlet.collection = 4.0.0 plone.portlet.static = 4.0.0 plone.portlets = 2.3.2 plone.protect = 4.1.8 -plone.recipe.zope2instance = 6.11.0 +plone.recipe.zope2instance = 6.12.0 plone.registry = 1.2.1 plone.resource = 2.1.4 plone.resourceeditor = 3.0.4