Zope: 4.8.1 → 4.8.2 ------------------- - Update ``waitress`` to version 2.1.2. - Fix version pin specifications for Python 3.6 compatibility. (`#1036 `_) - Fix version pin specifications for Python 3.5 compatibility. - Add more notices to the documentation urging users to migrate to Zope 5. - Quote all components of a redirect URL (not only the path component) (`#1027 `_) - Drop the convenience script generation from the buildout configuration in order to get rid of a lot of dependency version pins. These were only needed for maintainers who can install them manually. (`#1019 `_) - Update dependencies to the latest releases that still support Python 2. - Strip leading ``.`` in cookie domain names. (`#1041 `_) Genshi: 0.7.5 → 0.7.7 --------------------- i18ndude: 5.4.1 → 5.4.2 ----------------------- Bug fixes: - Leading spaces in comments are kept stable. (#91) - Test on Python 3.10. No code changes needed. [maurits] (#310) Products.ExternalMethod: 4.5 → 4.6 ---------------------------------- - Add support for Python 3.10. Products.PythonScripts: 4.13 → 4.14 ----------------------------------- - Add support for Python 3.10. - Remove unused classes ``SecurityManager`` and ``RivilegedUser`` from ``.tests.testBindings``. five.customerize: 2.0.1 → 2.1.0 ------------------------------- - Add support for Python 3.5, 3.7, 3.8, 3.9, 3.10. - Fix tests to run successfully on Zope >= 5.2.1. icalendar: 4.0.9 → 4.1.0 ------------------------ Plone: 5.2.8 → 5.2.9 -------------------- Bug fixes: - Release Plone 5.2.9. [maurits] plone.app.querystring: 1.5.0 → 1.6.1 ------------------------------------ New features: - Add negation-query operators string.isNot and selection.none. New ``plone.app.querystring.operation.string.isNot`` and ``plone.app.querystring.operation.selection.none`` including upgrade steps. [thet] (#110) Bug fixes: - Make SearchableText work when using 'and' and 'or' as search items [erral] (#111) - Fix how to merge custom_query with parsedquery without overriding values. [cekk] (#103) plone.app.upgrade: 2.1.1 → 2.1.2 -------------------------------- Bug fixes: - Added upgrade to 5217, Plone 5.2.9. [maurits] (#5217) plone.app.viewletmanager: 3.1.2 → 3.1.3 --------------------------------------- Bug fixes: - Change default message for i18n msgid [erral] (#25) plone.supermodel: 1.6.3 → 1.6.5 ------------------------------- Bug fixes: - Release 1.6.3 as 1.6.5. The 1.6.4 release in between was meant as a major release. I will rerelease that one as 2.0.0. [maurits] (#27) Products.CMFCore: 2.5.4 → 2.6.0 ------------------------------- - Fix cookie test failure (`#120 `_). - Add support for Python 3.10. Products.CMFPlone: 5.2.8 → 5.2.9 -------------------------------- Bug fixes: - Update metadata version to 5217, Plone 5.2.9. [maurits] (#5217) Products.CMFUid: 3.1.0 → 3.3 ---------------------------- - Add support for Python 3.10. - Add support for Python 3.9. - Change package structure to move package code into a ``src`` subfolder. Products.DCWorkflow: 2.5.0 → 2.6.0 ---------------------------------- New features: - Add support for Python 3.10. Products.ExternalEditor: 3.0.1 → 3.1.0 -------------------------------------- - Add support for Python 3.9, 3.10. - Change package structure to move package code into a ``src`` subfolder. - Fix bug which prevented ZMI from rendering, when Products.ExternalEdit was installed. (`#18 `_) Products.PluginRegistry: 1.9 → 1.10 ----------------------------------- - Add support for Python 3.10 Products.Sessions: 4.9 → 4.13 ----------------------------- - Add support for Python 3.10. - Fix PY2 bug in ``BrowserIdManager.getNewBrowserId`` (`#45 `_) - Improve out-of-the-box experience by instantiating a session data container if the session data manager uses the default configuration that points to a temporary folder - Reinstate simple sessioning with ``Products.TemporaryFolder`` (`#43 `_) - Reduce usage of deprecated ``tempstorage`` for testing and remove warnings (`#41 `_) Products.SiteErrorLog: 5.5 → 5.6 -------------------------------- - Add support for Python 3.10. - Render date in addition to time in ZMI error log. (`#31 `_) Products.ZopeVersionControl: 2.0.0 → 3.0.0 ------------------------------------------ Breaking changes: - Drop support for Zope 2.x. New features: - Add support for Python 3.9, 3.10 zodbverify: 1.1.0 → 1.2.0 ------------------------- New features: - Improve debugging output: show all objects that reference a oid. See `Philip's blog post `_ for more information. See also discussion in `pull request 8 `_. [pbauer] (#8) plone.app.blocks: 5.0.1 → 5.1.0 ------------------------------- plone.app.mosaic: 2.2.3 → 2.2.5 ------------------------------- cached-property: 1.5.1 → 1.5.2 ------------------------------ Deprecated: 1.2.10 → 1.2.13 --------------------------- launchpadlib: 1.10.13 → 1.10.16 ------------------------------- lazr.restfulclient: 0.14.3 → 0.14.4 ----------------------------------- lazr.uri: 1.0.3 → 1.0.6 ----------------------- pdbpp: 0.10.2 → 0.10.3 ----------------------