Zope: 5.8 → 5.8.1 ----------------- - Sanitize tainting fixing `#1095 `_ - Replace ``cgi.FieldStorage`` by ``multipart`` avoiding the ``cgi`` module deprecated by Python 3.11. Mark binary converters with a true ``binary`` attribute. Fix encoding handling and ``:bytes`` converter. See `#1094 `_. - Clean out and refactor dependency configuration files. - Update to newest compatible versions of dependencies. - Support the (non standard) ``charset`` parameter for content type ``application/x-www-form-urlencoded``. This is required (e.g. for ``Plone``) because ``jquery`` constructs content types of the form ```application/x-www-form-urlencoded; charset=utf-8``. For details see `plone/buildout.coredev#844 `_. Plone: 6.0.2 → 6.0.3 -------------------- plone.app.caching: 3.0.3 → 3.0.4 -------------------------------- Bug fixes: - Do not mention Squid but mentions CDNs in the descriptions. [jensens] #119 Internal: - Update configuration files. [plone devs] 13d8d6c0, cbbcff93 plone.app.iterate: 4.0.3 → 5.0.1 -------------------------------- Breaking changes: - Drop support for Plone 5.2, Python 2, Archetypes. Removed check and warning for plone.app.stagingbehavior. Version 5 is for Plone 6 only. [maurits] (#1) Bug fixes: - Use proper action icons in Plone 6. [maurits] (#60) plone.app.layout: 4.0.1 → 4.0.2 ------------------------------- Bug fixes: - Move interface plone.app.layout.navigation.interfaces.INavigationRoot to plone.base.interfaces.siteroot and add a deprecated import to plone.app.layout. [jensens, gforcarda] (Plone-3731) plone.app.linkintegrity: 3.6.1 → 4.0.0 -------------------------------------- Breaking changes: - Drop compatibility for Plone 5.2. Support Plone 6 only. [maurits] (#60) Bug fixes: - Fixed test layer setup. Created content was bleeding into layers from other packages. [maurits] (#846) plone.app.locales: 6.0.11 → 6.0.12 ---------------------------------- - Update pt_BR translation of terms of plone.app.relationfield. [wesleybl] plone.app.multilingual: 6.0.0 → 6.0.2 ------------------------------------- Bug fixes: - Use plone.base imports. Removes deprecation warnings. [jensens] (#411) - Update old view methods and layouts from LIF/LRF type definitions and instances. For example, in Plone 6 ``folder_summary_view`` is no longer available: use ``summary_view`` instead. [maurits] (#1001) - When an item is modified, only copy language-independent field values to translations if they have changed. [davisagli] (#408) - Resolve deprecation warnings (plone.base). Get rid of a Archetypes leftover. [jensens] (#410) plone.app.portlets: 5.0.1 → 5.0.2 --------------------------------- Bug fixes: - Avoid acquisition breaking the Review list portlet. [frapell] (#171) plone.app.querystring: 2.0.1 → 2.0.2 ------------------------------------ Bug fixes: - Update configuration files. [plone devs] (a533099d) plone.app.textfield: 1.3.7 → 2.0.0 ---------------------------------- Breaking changes: - Drop Python 2 support. [jensens] (#48) Bug fixes: - Update configuration files. [plone devs] (80cf330f) plone.app.theming: 5.0.0 → 5.0.2 -------------------------------- Bug fixes: - Update configuration files. [plone devs] (80cf330f) - Import more from plone.base. Removed compatibility code for Python 2 and Zope 4. [maurits] (#1) - Bugfix: If there is no rules.xml given in a theme, abort transform early. Otherwise, given an open file is given as iterable, the read buffer pointer is empty after this function, but None returned. The new way the read buffer pointer is not touched. [jensens, toalba] (#216) plone.app.upgrade: 3.0.2 → 3.0.3 -------------------------------- Bug fixes: - Import more from plone.base. [maurits] (#1) - Fix plone.app.iterate profiles. [maurits] (#99) - Add Site Administrator role to various permissions. [maurits] (#3225) - Added upgrade to 6014, Plone 6.0.3. [maurits] (#6014) plone.app.users: 3.0.0 → 3.0.1 ------------------------------ Bug fixes: - Import more from plone.base. [maurits] (#1) plone.app.uuid: 2.2.1 → 2.2.2 ----------------------------- - Update configuration files. [plone devs] (b2d5d4a5) plone.app.versioningbehavior: 2.0.0 → 2.0.1 ------------------------------------------- - Update configuration files. [plone devs] (b2d5d4a5) plone.app.viewletmanager: 4.0.0 → 4.0.1 --------------------------------------- - Update configuration files. [plone devs] (b2d5d4a5) plone.app.vocabularies: 5.0.0 → 5.0.1 ------------------------------------- - Update configuration files. [plone devs] (b2d5d4a5) plone.app.workflow: 5.0.1 → 5.0.2 --------------------------------- - Update configuration files. [plone devs] (789b0936) plone.app.z3cform: 4.0.1 → 4.0.2 -------------------------------- Bug fixes: - Update configuration files. [plone devs] (243ca9ec) plone.autoform: 2.0.0 → 2.0.1 ----------------------------- - Update configuration files. [plone devs] (243ca9ec) plone.base: 1.0.3 → 1.1.0 ------------------------- New features: - Move `plone.app.layout.navigation.root.getNavigationRoot` to `.navigationroot.get_navigation_root`. Move `plone.app.layout.navigation.root.getNavigationRootObject` to `.navigationroot.get_navigation_root_object`. Both are essential basic functions in Plone and not layout related at all. [jensens] (navigationroot) Bug fixes: - Update configuration files. [plone devs] (13d8d6c0) plone.batching: 2.0.3 → 2.0.4 ----------------------------- - Update configuration files. [plone devs] (e42131fe) plone.browserlayer: 3.0.0 → 3.0.1 --------------------------------- - Update configuration files. [plone devs] (ba6bcc29) plone.cachepurging: 3.0.0 → 3.0.1 --------------------------------- - Update configuration files. [plone devs] (359b1152) plone.contentrules: 2.1.2 → 2.1.3 --------------------------------- Bug fixes: - Use `ZODB` as dependency rather than the deprecated `ZODB3`. [gforcada] (#1) plone.dexterity: 3.0.1 → 3.0.2 ------------------------------ Bug fixes: - Fix webdav tests to pass with Zope 5.8 and the master branch. [maurits] (#844) plone.formwidget.namedfile: 3.0.1 → 3.0.2 ----------------------------------------- Bug fixes: - Test fix: use latin-1 decoded filename in tests with FileUpload. [maurits] (#1094) plone.formwidget.recurrence: 3.0.1 → 3.0.3 ------------------------------------------ Bug fixes: - Do not add charset to application/x-www-form-urlencoded header. Adding a charset to this Content-Type is illegal according to the definition, and fails with Zope master. [maurits] (#844) - Update configuration files. [plone devs] (243ca9ec) plone.i18n: 5.0.0 → 5.0.1 ------------------------- Bug fixes: - Update configuration files. [plone devs] (25f71b87) plone.keyring: 3.2.0 → 3.2.1 ---------------------------- Bug fixes: - Use `ZODB` as dependency rather than the deprecated `ZODB3`. [gforcada] (#1) plone.namedfile: 6.0.0 → 6.0.1 ------------------------------ - Tox: explicitly test only the ``plone.namedfile`` package. [maurits] (#50) plone.outputfilters: 5.0.0 → 5.0.1 ---------------------------------- - Update configuration files. [plone devs] (243ca9ec) plone.portlet.collection: 4.0.0 → 4.0.1 --------------------------------------- - Update configuration files. [plone devs] (a533099d) plone.portlet.static: 4.0.0 → 4.0.1 ----------------------------------- - Update configuration files. [plone devs] (a533099d) plone.portlets: 2.3.2 → 2.3.3 ----------------------------- Bug fixes: - Use `ZODB` as dependency rather than the deprecated `ZODB3`. [gforcada] (#1) - Fix deprecation warnings (#5) plone.restapi: 8.35.0 → 8.35.3 ------------------------------ Bug fixes: - Update intersphinx_mapping for training @ksuess (#1596) - Fix missing `Decimal` field deserializer. [jensens] (#903) - Fix translation of the error message for a password that is too short while adding a user. [davisagli] (#4395) - Provide slateTable block serializer/deserializer to properly convert URLs to uids (#1590) plone.scale: 4.0.0 → 4.0.1 -------------------------- - Tox: explicitly test only the ``plone.scale`` package. [maurits] (#50) plone.schemaeditor: 4.0.2 → 4.0.3 --------------------------------- - Update configuration files. [plone devs] (13d8d6c0) plone.session: 4.0.2 → 4.0.3 ---------------------------- Bug fixes: - Update configuration files. [plone devs] (a533099d) plone.staticresources: 2.0.6 → 2.0.7 ------------------------------------ Bug fixes: - Upgrade ``mockup==5.0.6`` [petschki] (#271) plone.stringinterp: 1.3.3 → 2.0.0 --------------------------------- Breaking changes: - pyupgrade, drop support for Python < 3.8. isort, black, manual edits. Fix deprecation warnings for imports from Products.CMFPlone. Import and depend from plone.base. (#15) plone.subrequest: 2.0.2 → 2.0.3 ------------------------------- - Update configuration files. [plone devs] (13d8d6c0) plone.supermodel: 2.0.2 → 2.0.3 ------------------------------- - Update configuration files. [plone devs] (13d8d6c0, 243ca9ec) plone.volto: 4.0.6 → 4.0.8 -------------------------- Bug fixes: - Use correct service_url when calling make_document. Fix #95 [pbauer] (#95) - Change home page more demo link. Fix #114 (#114) - Better migration of collections: Fix migrating sort_order. Adapt relative path of query when migrating default-page collection to listing block. [pbauer] (#111) plone.z3cform: 2.0.0 → 2.0.1 ---------------------------- - Update configuration files. [plone devs] (a533099d) plonetheme.barceloneta: 3.0.0 → 3.0.1 ------------------------------------- Bug fixes: - Fix Diazo rule problem with undefined footer_portlets and footer_portlets_count variables. See: https://community.plone.org/t/error-theme-inherited-from-barceloneta-footer-portlets-count/8455 (#239) Products.CMFDiffTool: 3.3.3 → 4.0.0 ----------------------------------- Breaking changes: - Drop compatibility with Plone 5.2, Python 2, Archetypes. [maurits] (#60) Products.CMFPlacefulWorkflow: 3.0.2 → 3.0.3 ------------------------------------------- - Update configuration files. [plone devs] (7d54a267) Products.CMFPlone: 6.0.2 → 6.0.3 ----------------------------------- ### Bug fixes: - Remove unused template send_feedback_confirm.pt. [jensens] #3122 - Moved the assignment of Plone Site Setup permissions from zcml to GenericSetup rolemap.xml. This assigns the permissions on site creation instead of Zope root where the ``Site Administrator`` role does not actually exist [ewohnlich] #3223 - Fix deprecated imports. [jensens] #3733 - Fix userlisting batch/showAll in group membership template. [petschki] #3738 - Implement ``pat-checklist`` for groupuser management. [petschki] #3740 - Import PloneMessageFactory from plone.base. Removes deprecation warnings. [jensens] #3742 - Fix circular dependency in ``plone.app.theming`` on ZCML level. Move permission over there. [jensens] #3747 - Updated metadata version to 6014. [maurits] #6014 Products.isurlinportal: 1.2.1 → 2.0.0 ------------------------------------- Breaking changes: - Drop compatibility with Plone 5.2 and lower. [maurits] (#60) Products.PortalTransforms: 4.0.0 → 4.0.1 ---------------------------------------- - Merge the safest bits of the changes wanted by plone/meta (#58) Products.CMFUid: 3.5 → 4.0 -------------------------- - Drop support for Python 2.7, 3.5, 3.6. Products.DCWorkflow: 2.7.0 → 3.0 -------------------------------- - Drop support for Python 2.7, 3.5, 3.6. Products.ExternalMethod: 4.7 → 5.0 ---------------------------------- - Drop support for Python 2.7, 3.5, 3.6. Products.GenericSetup: 2.3.0 → 3.0.1 ------------------------------------ - Fix 126: Handle legacy versions in upgrades also with setuptools 66 or higher. (`#126 `_) - Drop support for Python 2.7, 3.5, 3.6. Products.MailHost: 4.13 → 5.0 ----------------------------- Products.PluginRegistry: 1.11 → 2.0 ----------------------------------- - Drop support for Python 2.7, 3.5, 3.6. Products.PythonScripts: 4.15 → 5.0 ---------------------------------- Products.SiteErrorLog: 5.7 → 6.0 -------------------------------- Products.StandardCacheManagers: 4.2 → 5.0 ----------------------------------------- Products.ZopeVersionControl: 3.1.0 → 4.0 ---------------------------------------- - Drop support for Python 2.7, 3.5, 3.6. z3c.caching: 2.2 → 3.0 ---------------------- - Drop support for Python 2.7, 3.5, 3.6. [icemac] - Add support for Python 3.9, 3.10, 3.11. [icemac] z3c.relationfield: 0.9.0 → 1.0 ------------------------------ Breaking changes: - Drop support for Python 2.7, 3.5, 3.6. New features: - Add support for Python 3.7, 3.8, 3.9, 3.10, 3.11. z3c.zcmlhook: 1.1 → 2.0 ----------------------- zope.intid: 4.4.0 → 5.0 ----------------------- exceptiongroup: 1.1.0 → 1.1.1 ----------------------------- importlib-metadata: 5.2.0 → 6.0.0 --------------------------------- importlib-resources: 5.10.2 → 5.12.0 ------------------------------------ python-dotenv: 0.21.1 → 1.00 ---------------------------- responses: 0.22.0 → 0.23.1 -------------------------- simplejson: 3.18.3 → 3.18.4 --------------------------- trio-websocket: 0.9.2 → 0.10.0 ------------------------------ typing-extensions: 4.4.0 → 4.5.0 -------------------------------- watchdog: 2.2.1 → 2.3.1 ----------------------- wrapt: 1.14.1 → 1.15.0 ---------------------- zipp: 3.11.0 → 3.15.0 ---------------------