-
-
Notifications
You must be signed in to change notification settings - Fork 75
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/master Date: 2024-12-20T01:54:25+01:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/Products.CMFPlone@f352e2f Updated metadata version to 6107. This will likely be 6.1.0rc1. Files changed: A news/6107.internal M CHANGES.md M Products/CMFPlone/profiles/default/metadata.xml M setup.py
- Loading branch information
1 parent
ceca722
commit 8a6e13b
Showing
1 changed file
with
9 additions
and
21 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 |
---|---|---|
@@ -1,32 +1,20 @@ | ||
Repository: plone.app.upgrade | ||
Repository: Products.CMFPlone | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2024-12-20T01:57:07+01:00 | ||
Date: 2024-12-20T01:54:25+01:00 | ||
Author: Maurits van Rees (mauritsvanrees) <[email protected]> | ||
Commit: https://github.com/plone/plone.app.upgrade/commit/e475625617c3b0c61fec9802dee90b96d8e9ab2f | ||
Commit: https://github.com/plone/Products.CMFPlone/commit/f352e2f43f6fc6ef4f66242d3c0d54cc05117dd2 | ||
|
||
Added upgrade to 6026, Plone 6.0.15. | ||
Updated metadata version to 6107. | ||
|
||
Files changed: | ||
A news/6026.internal | ||
M plone/app/upgrade/v60/configure.zcml | ||
|
||
b'diff --git a/news/6026.internal b/news/6026.internal\nnew file mode 100644\nindex 00000000..fde993ea\n--- /dev/null\n+++ b/news/6026.internal\n@@ -0,0 +1,2 @@\n+Added upgrade to 6026, Plone 6.0.15.\n+[maurits]\ndiff --git a/plone/app/upgrade/v60/configure.zcml b/plone/app/upgrade/v60/configure.zcml\nindex a195da81..7f479428 100644\n--- a/plone/app/upgrade/v60/configure.zcml\n+++ b/plone/app/upgrade/v60/configure.zcml\n@@ -426,4 +426,18 @@\n \n </gs:upgradeSteps>\n \n+ <gs:upgradeSteps\n+ profile="Products.CMFPlone:plone"\n+ source="6025"\n+ destination="6026"\n+ >\n+ <!-- Plone 6.0.15 -->\n+\n+ <gs:upgradeStep\n+ title="Miscellaneous"\n+ handler="..utils.null_upgrade_step"\n+ />\n+\n+ </gs:upgradeSteps>\n+\n </configure>\n' | ||
|
||
Repository: plone.app.upgrade | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2024-12-20T01:57:08+01:00 | ||
Author: Maurits van Rees (mauritsvanrees) <[email protected]> | ||
Commit: https://github.com/plone/plone.app.upgrade/commit/3ae1b5a6bf05f2ba7bfdfbb4891da1f6c9631c0b | ||
|
||
Added upgrade to 6107, Plone 6.1.0rc1. | ||
This will likely be 6.1.0rc1. | ||
|
||
Files changed: | ||
A news/6107.internal | ||
M plone/app/upgrade/v61/configure.zcml | ||
M CHANGES.md | ||
M Products/CMFPlone/profiles/default/metadata.xml | ||
M setup.py | ||
|
||
b'diff --git a/news/6107.internal b/news/6107.internal\nnew file mode 100644\nindex 00000000..7fd366f1\n--- /dev/null\n+++ b/news/6107.internal\n@@ -0,0 +1,2 @@\n+Added upgrade to 6107, Plone 6.1.0rc1.\n+[maurits]\ndiff --git a/plone/app/upgrade/v61/configure.zcml b/plone/app/upgrade/v61/configure.zcml\nindex ab61cf52..6794427c 100644\n--- a/plone/app/upgrade/v61/configure.zcml\n+++ b/plone/app/upgrade/v61/configure.zcml\n@@ -100,4 +100,16 @@\n />\n </gs:upgradeSteps>\n \n+ <gs:upgradeSteps\n+ profile="Products.CMFPlone:plone"\n+ source="6106"\n+ destination="6107"\n+ >\n+ <!-- Plone 6.1.0rc1 -->\n+ <gs:upgradeStep\n+ title="Miscellaneous"\n+ handler="..utils.null_upgrade_step"\n+ />\n+ </gs:upgradeSteps>\n+\n </configure>\n' | ||
b'diff --git a/CHANGES.md b/CHANGES.md\nindex b89c98f321..f2c730dab1 100644\n--- a/CHANGES.md\n+++ b/CHANGES.md\n@@ -469,7 +469,7 @@\n \n ### Bug fixes:\n \n-- Remove unused template send_feedback_confirm.pt. \n+- Remove unused template send_feedback_confirm.pt.\n [jensens] #3122\n - Moved the assignment of Plone Site Setup permissions from zcml to GenericSetup\n rolemap.xml. This assigns the permissions on site creation instead of Zope root\ndiff --git a/Products/CMFPlone/profiles/default/metadata.xml b/Products/CMFPlone/profiles/default/metadata.xml\nindex f021bdc095..74f32b4c08 100644\n--- a/Products/CMFPlone/profiles/default/metadata.xml\n+++ b/Products/CMFPlone/profiles/default/metadata.xml\n@@ -1,4 +1,4 @@\n <?xml version="1.0" encoding="utf-8"?>\n <metadata>\n- <version>6106</version>\n+ <version>6107</version>\n </metadata>\ndiff --git a/news/6107.internal b/news/6107.internal\nnew file mode 100644\nindex 0000000000..b1c2af6f76\n--- /dev/null\n+++ b/news/6107.internal\n@@ -0,0 +1,2 @@\n+Updated metadata version to 6107.\n+[maurits]\ndiff --git a/setup.py b/setup.py\nindex 7b5227a557..f5c535c6b6 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -2,7 +2,7 @@\n from setuptools import setup\n \n \n-version = "6.1.0b3.dev0"\n+version = "6.1.0rc1.dev0"\n \n \n setup(\n' | ||
|