Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Sep 14, 2023
1 parent 36a3f1b commit a13f3cb
Showing 1 changed file with 126 additions and 2 deletions.
128 changes: 126 additions & 2 deletions release/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,41 @@

Zope 5.8.3 → 5.8.4
------------------

- Disable a ZCatalog (more precisly: Products.PluginIndexes) performance test which occasionally fails on GitHub. For details, see #1136.
- Restore filename on code objects of objects returned from App.Extensions.getObject(). This got lost in 4.0a6.
- Update to newest compatible versions of dependencies.
- Add preliminary support for Python 3.12rc1.
- Make mapply __signature__ aware. This allows to publish methods decorated via a decorator which sets __signature__ on the wrapper to specify the signature to use. For details, see #1134. Note: mapply still does not support keyword only, var positional and var keyword parameters.
- Make Zope’s parameters for denial of service protection configurable #1141.
- Update RestrictedPython to version 6.2 to mitigate a security problem. (CVE-2023-41039)
- Update AccessControl to version 6.2 to mitigate a security problem. (CVE-2023-41050)


pip: 23.1.2 → 23.2
------------------

setuptools: 67.8.0 → 68.0.0
---------------------------

Plone: 6.0.6 → 6.0.7
--------------------

plone.api: 2.0.3 → 2.0.4
------------------------
Bug fixes:

- Enhance API docs of `portal.translate` to show that the domain is optional in some cases. @thet (#510)


plone.app.contentmenu: 3.0.2 → 3.0.3
------------------------------------
Bug fixes:

- Update configuration files.
[plone devs] (7723aeaf)


plone.app.discussion: 4.0.1 → 4.0.2
-----------------------------------
- Update configuration files.
Expand Down Expand Up @@ -41,6 +66,15 @@ Bug fixes:
[plone devs] (7723aeaf)


plone.app.locales: 6.0.15 → 6.0.16
----------------------------------
- Fixes in Dutch translation
[ThibautBorn]

- Config with default template
[gforcada]


plone.app.multilingual: 7.0.1 → 7.0.3
-------------------------------------
Bug fixes:
Expand Down Expand Up @@ -81,6 +115,17 @@ Bug fixes:
[gforcada] (#147)


plone.app.upgrade: 3.0.6 → 3.0.7
--------------------------------
Bug fixes:

- Add Upgrade Step to fix ISyndicationSettings
[1letter] (#315)

- Added upgrade to 6018, Plone 6.0.7.
[maurits] (#6018)


plone.app.viewletmanager: 4.0.2 → 4.0.3
---------------------------------------
Bug fixes:
Expand Down Expand Up @@ -128,8 +173,16 @@ Bug fixes:
[plone devs] (55bda5c9)


plone.namedfile: 6.1.1 → 6.1.2
plone.namedfile: 6.1.1 → 6.2.0
------------------------------
New features:

- Add internal modification timestamp with fallback to _p_mtime.
[mathias.leimgruber] (#149)

- Use new internal modification timestamp as part of the hash key for scales.
[mathias.leimgruber] (#150)

Bug fixes:

- Fixed the issue where SVG images containing extensive metadata were not being displayed
Expand All @@ -148,6 +201,45 @@ Bug fixes:
[plone devs] (7723aeaf)


plone.recipe.zope2instance: 6.12.0 → 6.12.1
-------------------------------------------
- Update README: for ``RotatingFileHandler`` ``maxCount`` is not a valid keyword argument.
Use ``backupCount``.
[gforcada] (#190)


plone.restapi: 8.40.0 → 8.43.2
------------------------------
New features:

- Allow passing additional parameters to the delete users endpoint to request not to delete local roles and memberareas
[erral] (#1598)

- When serializing blocks, `image_scales` is now added to blocks that contain a resolveuid-based `url`.
When deserializing blocks, `image_scales` is removed. @davisagli (#1642)

- Add `visit_blocks` util for finding all nested blocks. @davisagli (#1648)

Bug fixes:

- Make new release to add missing changelog entries for 8.43.1.
[maurits] (#8431)

- Added translation code through expansion. @Akshat2Jain (#1374)

- Restores formatting and fixes some MyST syntax from #1689. @stevepiercy (#1691)

- Documentation fixes for #1599. @stevepiercy (#1692)

- Fix linkcheckbroken 301 redirect to https://www.4teamwork.ch/en. @stevepiercy (#1693)

- Move expansion docs from endpoints to usage, and add a list of all expandable components. Fixes #1677. @stevepiercy (#1678)

- added instruction to ensure consistent code formatting. @Akshat2Jain (#1664)

- Fix html_meta tags, and remove stray spaces that prevented the glossary from rendering. @stevepiercy (#1663)


plone.schemaeditor: 4.0.3 → 4.0.4
---------------------------------
Bug fixes:
Expand All @@ -156,6 +248,14 @@ Bug fixes:
[petschki] (#104)


plone.session: 4.0.3 → 4.0.4
----------------------------
Bug fixes:

- Update configuration files.
[plone devs] (7723aeaf)


plone.staticresources: 2.1.3 → 2.1.6
------------------------------------
Bug fixes:
Expand Down Expand Up @@ -207,6 +307,24 @@ Documentation:
[maurits] #338


Products.CMFPlone: 6.0.6 → 6.0.7rc1
-----------------------------------

Bug fixes:

- Explicitly disable ``Products.CMFCore.explicitacquisition`` in Plone 6.
[jaroel] explicitacquisition
- Update `plone.app.z3cform` dependency version and deprecate `plone.app.widgets`
[petschki] #3821
- Updated metadata version to 6018.
[maurits] #6018

Tests:

- Fix unstable robot test scenario Reorder Folder Contents.
[maurits] #3811


Products.PlonePAS: 8.0.1 → 8.0.2
--------------------------------
- Update configuration files.
Expand All @@ -222,6 +340,12 @@ Products.statusmessages: 5.0.5 → 5.0.6
collective.recipe.vscode: 0.1.8 → 0.1.9
---------------------------------------

robotsuite: 2.3.1 → 2.3.2
-------------------------
- Fix to support screenshots / images below sub directories
[datakurre]


Products.CMFCore: 3.0 → 3.2
---------------------------
- Improve handling of PortalFolder filter input.
Expand All @@ -232,7 +356,7 @@ Products.CMFCore: 3.0 → 3.2
ZEO: 5.4.0 → 5.4.1
------------------

cryptography: 41.0.1 → 41.0.2
cryptography: 41.0.1 → 41.0.3
-----------------------------

exceptiongroup: 1.1.1 → 1.1.2
Expand Down

0 comments on commit a13f3cb

Please sign in to comment.