diff --git a/HISTORY.rst b/HISTORY.rst index 7e711acada2..ecee21ca974 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -10,6 +10,39 @@ Versions are of the form MAJOR.MINOR.PATCH. Each MINOR release (MAJOR.MINOR.0) i .. towncrier release notes start +2024.15.1 (2024-10-22) +---------------------- + +New features: + + +- Implement new teamraum document state: opengever_workspace_document--STATUS--final. [ran] [TI-21] + + +Bug fixes: + + +- Fix logging when installing upgrades with upgrade command. [buchi] [GH-8056] +- Bump ftw.solr to version 2.13.3 which fixes issues running the solr zopectl command in Docker deployments. [buchi] [GH-8063] +- Bump ftw.catalogdoctor to version 1.2.1 which fixes issues running the zopectl command in Docker deployments. [buchi] [GH-8064] +- Allow downloading checked-out documents with no modifications and only an initial version. [buchi] [TI-675] +- Fix login for newly registered teamraum users when using OGDS authentication. [buchi] [TI-932] +- Bump ftw.pdfgenerator to version 1.6.11 which fixes 'no line to end' errors with table environments. [buchi] [TI-1119] +- Fix creating nested parallel task template containing a sequential template. [elioschmutz] [TI-1300] + + +Other changes: + + +- Allow configuring the mail host through environment variables. [buchi] [GH-7921] +- Run cron jobs in Docker deployments within a time window to avoid high load peaks on servers with multiple deployments. [buchi] [GH-8058] +- Bump Solr to version 8.11.4. [buchi] [GH-8065] +- Allow to submit no dossiers within a disposition. [elioschmutz] [TI-942] +- Add "Dossier ID" to solr fields. [ran] [TI-1103] +- Add support for setting local roles by groupname in additon to group ids when importing repositories from Excel. [buchi] [TI-1116] +- Remove the linked workspace from the target dossier when copying. [amo] [TI-1263] + + 2024.15.0 (2024-10-22) ---------------------- diff --git a/changes/GH-7921.other b/changes/GH-7921.other deleted file mode 100644 index 77f81dec317..00000000000 --- a/changes/GH-7921.other +++ /dev/null @@ -1 +0,0 @@ -Allow configuring the mail host through environment variables. [buchi] diff --git a/changes/GH-8056.bugfix b/changes/GH-8056.bugfix deleted file mode 100644 index b367d1d25ac..00000000000 --- a/changes/GH-8056.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix logging when installing upgrades with upgrade command. [buchi] diff --git a/changes/GH-8058.other b/changes/GH-8058.other deleted file mode 100644 index a48f4f9422a..00000000000 --- a/changes/GH-8058.other +++ /dev/null @@ -1 +0,0 @@ -Run cron jobs in Docker deployments within a time window to avoid high load peaks on servers with multiple deployments. [buchi] diff --git a/changes/GH-8063.bugfix b/changes/GH-8063.bugfix deleted file mode 100644 index 24b15a565bc..00000000000 --- a/changes/GH-8063.bugfix +++ /dev/null @@ -1 +0,0 @@ -Bump ftw.solr to version 2.13.3 which fixes issues running the solr zopectl command in Docker deployments. [buchi] diff --git a/changes/GH-8064.bugfix b/changes/GH-8064.bugfix deleted file mode 100644 index 7919873634b..00000000000 --- a/changes/GH-8064.bugfix +++ /dev/null @@ -1 +0,0 @@ -Bump ftw.catalogdoctor to version 1.2.1 which fixes issues running the zopectl command in Docker deployments. [buchi] diff --git a/changes/GH-8065.other b/changes/GH-8065.other deleted file mode 100644 index 1afce2ca523..00000000000 --- a/changes/GH-8065.other +++ /dev/null @@ -1 +0,0 @@ -Bump Solr to version 8.11.4. [buchi] diff --git a/changes/TI-1103.other b/changes/TI-1103.other deleted file mode 100644 index d32250877ee..00000000000 --- a/changes/TI-1103.other +++ /dev/null @@ -1 +0,0 @@ -Add "Dossier ID" to solr fields. [ran] diff --git a/changes/TI-1116.other b/changes/TI-1116.other deleted file mode 100644 index 2138c91d0e7..00000000000 --- a/changes/TI-1116.other +++ /dev/null @@ -1 +0,0 @@ -Add support for setting local roles by groupname in additon to group ids when importing repositories from Excel. [buchi] \ No newline at end of file diff --git a/changes/TI-1119.bugfix b/changes/TI-1119.bugfix deleted file mode 100644 index e69c8770980..00000000000 --- a/changes/TI-1119.bugfix +++ /dev/null @@ -1 +0,0 @@ -Bump ftw.pdfgenerator to version 1.6.11 which fixes 'no line to end' errors with table environments. [buchi] diff --git a/changes/TI-1263.other b/changes/TI-1263.other deleted file mode 100644 index 0de76895f73..00000000000 --- a/changes/TI-1263.other +++ /dev/null @@ -1 +0,0 @@ -Remove the linked workspace from the target dossier when copying. [amo] diff --git a/changes/TI-1300.bugfix b/changes/TI-1300.bugfix deleted file mode 100644 index bf08e1d73c9..00000000000 --- a/changes/TI-1300.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix creating nested parallel task template containing a sequential template. [elioschmutz] diff --git a/changes/TI-21.feature b/changes/TI-21.feature deleted file mode 100644 index f17de29eb92..00000000000 --- a/changes/TI-21.feature +++ /dev/null @@ -1 +0,0 @@ -Implement new teamraum document state: opengever_workspace_document--STATUS--final. [ran] diff --git a/changes/TI-675.bugfix b/changes/TI-675.bugfix deleted file mode 100644 index eb9af38ee0d..00000000000 --- a/changes/TI-675.bugfix +++ /dev/null @@ -1 +0,0 @@ -Allow downloading checked-out documents with no modifications and only an initial version. [buchi] diff --git a/changes/TI-932.bugfix b/changes/TI-932.bugfix deleted file mode 100644 index 50ade0332db..00000000000 --- a/changes/TI-932.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix login for newly registered teamraum users when using OGDS authentication. [buchi] diff --git a/changes/TI-942.other b/changes/TI-942.other deleted file mode 100644 index 4f29be29680..00000000000 --- a/changes/TI-942.other +++ /dev/null @@ -1 +0,0 @@ -Allow to submit no dossiers within a disposition. [elioschmutz] diff --git a/setup.py b/setup.py index 53dead3f692..fb3c49b4058 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os -version = '2024.16.0.dev0' +version = '2024.15.1' maintainer = '4teamwork AG' diff --git a/versions.cfg b/versions.cfg index df72dd8688c..8537dc01b3b 100644 --- a/versions.cfg +++ b/versions.cfg @@ -13,6 +13,8 @@ sablon = 0.3.1 [versions] +opengever.core = 2024.15.1 + alabaster = 0.7.10 alembic = 1.4.3 amqp = 1.4.7