From 8c6c4109e7839d024a6c668ea34abb8c13dba6f4 Mon Sep 17 00:00:00 2001 From: davisagli Date: Wed, 18 Dec 2024 14:11:26 -0800 Subject: [PATCH] [fc] Repository: plone.restapi Branch: refs/heads/main Date: 2024-12-18T14:10:34-08:00 Author: David Glick (davisagli) Commit: https://github.com/plone/plone.restapi/commit/5dfea5397b2d818d2e6c5521e0d4ad65c8e922ca Preparing release 9.9.0 Files changed: M CHANGES.rst M setup.py D news/1847.feature D news/1848.bugfix D news/1849.bugfix D news/1850.internal D news/1851.bugfix Repository: plone.restapi Branch: refs/heads/main Date: 2024-12-18T14:11:26-08:00 Author: David Glick (davisagli) Commit: https://github.com/plone/plone.restapi/commit/7214df34f0c04b621004b79d12691c94761f0160 Back to development: 9.9.1 Files changed: M setup.py --- last_commit.txt | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/last_commit.txt b/last_commit.txt index a5f44eaa91..3abcba3d43 100644 --- a/last_commit.txt +++ b/last_commit.txt @@ -1,32 +1,36 @@ -Repository: plone.staticresources +Repository: plone.restapi -Branch: refs/heads/2.1.x -Date: 2024-12-18T13:45:58+01:00 -Author: Peter Mathis (petschki) -Commit: https://github.com/plone/plone.staticresources/commit/6e9ee7f3efebcf0cd52af9adb59197eb66bedc60 +Branch: refs/heads/main +Date: 2024-12-18T14:10:34-08:00 +Author: David Glick (davisagli) +Commit: https://github.com/plone/plone.restapi/commit/5dfea5397b2d818d2e6c5521e0d4ad65c8e922ca -Preparing release 2.1.17 +Preparing release 9.9.0 Files changed: M CHANGES.rst M setup.py -D news/363.internal +D news/1847.feature +D news/1848.bugfix +D news/1849.bugfix +D news/1850.internal +D news/1851.bugfix -b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex a7b869b77..c8e0ccbc9 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -8,6 +8,16 @@ Changelog\n \n .. towncrier release notes start\n \n+2.1.17 (2024-12-18)\n+-------------------\n+\n+Internal:\n+\n+\n+- Latest `mockup==5.1.15`. See https://github.com/plone/mockup/releases/tag/5.1.15\n+ [petschki] (#363)\n+\n+\n 2.1.16 (2024-09-03)\n -------------------\n \ndiff --git a/news/363.internal b/news/363.internal\ndeleted file mode 100644\nindex 4931c0167..000000000\n--- a/news/363.internal\n+++ /dev/null\n@@ -1,2 +0,0 @@\n-Latest `mockup==5.1.15`. See https://github.com/plone/mockup/releases/tag/5.1.15\n-[petschki]\ndiff --git a/setup.py b/setup.py\nindex bdbb2e7a8..c21676a34 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -11,7 +11,7 @@\n \n setup(\n name="plone.staticresources",\n- version="2.1.17.dev0",\n+ version="2.1.17",\n description="Static resources for Plone",\n long_description=long_description,\n long_description_content_type="text/x-rst",\n' +b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex 73151cce51..ea84b6bbac 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -8,6 +8,29 @@ Changelog\n \n .. towncrier release notes start\n \n+9.9.0 (2024-12-18)\n+------------------\n+\n+New features:\n+\n+\n+- When a Link content item is linked by UID, resolve its URL as the linked target URL for anonymous users. @cekk (#1847)\n+\n+\n+Bug fixes:\n+\n+\n+- Fix resolving paths in deserializer if the target was moved in the same request. @cekk (#1848)\n+- Make slate block linkintegrity checking more robust in case data isn\'t in the expected format. @cekk (#1849)\n+- Optimized performance of DexterityObjectPrimaryFieldTarget adapter. @maurits (#1851)\n+\n+\n+Internal:\n+\n+\n+- Fix time-dependence of tests. @davisagli (#1850)\n+\n+\n 9.8.5 (2024-11-25)\n ------------------\n \ndiff --git a/news/1847.feature b/news/1847.feature\ndeleted file mode 100644\nindex c2f91e123e..0000000000\n--- a/news/1847.feature\n+++ /dev/null\n@@ -1 +0,0 @@\n-When a Link content item is linked by UID, resolve its URL as the linked target URL for anonymous users. @cekk\ndiff --git a/news/1848.bugfix b/news/1848.bugfix\ndeleted file mode 100644\nindex c9816615af..0000000000\n--- a/news/1848.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Fix resolving paths in deserializer if the target was moved in the same request. @cekk\ndiff --git a/news/1849.bugfix b/news/1849.bugfix\ndeleted file mode 100644\nindex 29cc13e7c0..0000000000\n--- a/news/1849.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Make slate block linkintegrity checking more robust in case data isn\'t in the expected format. @cekk\ndiff --git a/news/1850.internal b/news/1850.internal\ndeleted file mode 100644\nindex d4a67450ab..0000000000\n--- a/news/1850.internal\n+++ /dev/null\n@@ -1 +0,0 @@\n-Fix time-dependence of tests. @davisagli\ndiff --git a/news/1851.bugfix b/news/1851.bugfix\ndeleted file mode 100644\nindex dc29516054..0000000000\n--- a/news/1851.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Optimized performance of DexterityObjectPrimaryFieldTarget adapter. @maurits\ndiff --git a/setup.py b/setup.py\nindex 1d4a25b3d0..1abd734ab0 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -4,7 +4,7 @@\n import sys\n \n \n-version = "9.8.6.dev0"\n+version = "9.9.0"\n \n if sys.version_info.major == 2:\n raise ValueError(\n' -Repository: plone.staticresources +Repository: plone.restapi -Branch: refs/heads/2.1.x -Date: 2024-12-18T13:47:02+01:00 -Author: Peter Mathis (petschki) -Commit: https://github.com/plone/plone.staticresources/commit/a54f0edb6a81f7f53bd7c9af30123bf3202d2177 +Branch: refs/heads/main +Date: 2024-12-18T14:11:26-08:00 +Author: David Glick (davisagli) +Commit: https://github.com/plone/plone.restapi/commit/7214df34f0c04b621004b79d12691c94761f0160 -Back to development: 2.1.18 +Back to development: 9.9.1 Files changed: M setup.py -b'diff --git a/setup.py b/setup.py\nindex c21676a34..84495f782 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -11,7 +11,7 @@\n \n setup(\n name="plone.staticresources",\n- version="2.1.17",\n+ version="2.1.18.dev0",\n description="Static resources for Plone",\n long_description=long_description,\n long_description_content_type="text/x-rst",\n' +b'diff --git a/setup.py b/setup.py\nindex 1abd734ab..15942cd75 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -4,7 +4,7 @@\n import sys\n \n \n-version = "9.9.0"\n+version = "9.9.1.dev0"\n \n if sys.version_info.major == 2:\n raise ValueError(\n'