-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Branch: refs/heads/main Date: 2024-10-23T13:19:28-07:00 Author: David Glick (davisagli) <[email protected]> Commit: plone/plone.restapi@90d7aed Preparing release 9.8.1 Files changed: M CHANGES.rst M setup.py D news/1827.bugfix Repository: plone.restapi Branch: refs/heads/main Date: 2024-10-23T13:20:02-07:00 Author: David Glick (davisagli) <[email protected]> Commit: plone/plone.restapi@dcdb41b Back to development: 9.8.2 Files changed: M setup.py
- Loading branch information
Showing
1 changed file
with
21 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,19 +2,31 @@ Repository: plone.restapi | |
|
||
|
||
Branch: refs/heads/main | ||
Date: 2024-10-23T13:18:36-07:00 | ||
Date: 2024-10-23T13:19:28-07:00 | ||
Author: David Glick (davisagli) <[email protected]> | ||
Commit: https://github.com/plone/plone.restapi/commit/203cfb3020ff1b418f252604ee36b0fb4640c927 | ||
Commit: https://github.com/plone/plone.restapi/commit/90d7aedce21600c3fdb3626f6491423714298a65 | ||
|
||
Make sure CMFPlone's permissions are loaded (#1827) | ||
Preparing release 9.8.1 | ||
|
||
* Make sure CMFPlone's permissions are loaded | ||
|
||
* changelog | ||
Files changed: | ||
M CHANGES.rst | ||
M setup.py | ||
D news/1827.bugfix | ||
|
||
b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex 03ec59595..46e94d885 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -8,6 +8,15 @@ Changelog\n \n .. towncrier release notes start\n \n+9.8.1 (2024-10-23)\n+------------------\n+\n+Bug fixes:\n+\n+\n+- Fix `ComponentLookupError` for `Products.CMFPlone.ManagePortalAliases` permission, which could happen depending on package load order. @davisagli (#1827)\n+\n+\n 9.8.0 (2024-10-23)\n ------------------\n \ndiff --git a/news/1827.bugfix b/news/1827.bugfix\ndeleted file mode 100644\nindex 98d430bbf..000000000\n--- a/news/1827.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Fix `ComponentLookupError` for `Products.CMFPlone.ManagePortalAliases` permission, which could happen depending on package load order. @davisagli\ndiff --git a/setup.py b/setup.py\nindex 87192c8f7..bec87a369 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -4,7 +4,7 @@\n import sys\n \n \n-version = "9.8.1.dev0"\n+version = "9.8.1"\n \n if sys.version_info.major == 2:\n raise ValueError(\n' | ||
|
||
Repository: plone.restapi | ||
|
||
|
||
Branch: refs/heads/main | ||
Date: 2024-10-23T13:20:02-07:00 | ||
Author: David Glick (davisagli) <[email protected]> | ||
Commit: https://github.com/plone/plone.restapi/commit/dcdb41bcab60b4bc32fa5c685f146b40d88c33bd | ||
|
||
Back to development: 9.8.2 | ||
|
||
Files changed: | ||
A news/1827.bugfix | ||
M src/plone/restapi/configure.zcml | ||
M setup.py | ||
|
||
b'diff --git a/news/1827.bugfix b/news/1827.bugfix\nnew file mode 100644\nindex 000000000..98d430bbf\n--- /dev/null\n+++ b/news/1827.bugfix\n@@ -0,0 +1 @@\n+Fix `ComponentLookupError` for `Products.CMFPlone.ManagePortalAliases` permission, which could happen depending on package load order. @davisagli\ndiff --git a/src/plone/restapi/configure.zcml b/src/plone/restapi/configure.zcml\nindex 2f79ec0c7..8bd6c38c3 100644\n--- a/src/plone/restapi/configure.zcml\n+++ b/src/plone/restapi/configure.zcml\n@@ -22,6 +22,7 @@\n <include package="plone.behavior" />\n <include package="plone.rest" />\n <include package="plone.schema" />\n+ <include package="Products.CMFPlone" />\n \n <include\n package="plone.app.caching"\n' | ||
b'diff --git a/setup.py b/setup.py\nindex bec87a369..eff315196 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -4,7 +4,7 @@\n import sys\n \n \n-version = "9.8.1"\n+version = "9.8.2.dev0"\n \n if sys.version_info.major == 2:\n raise ValueError(\n' | ||
|