This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 00e07fbca07e02dd0c1d63b77e68be6f2b96cfd9 Author: Benoit TELLIER <[email protected]> AuthorDate: Thu Sep 25 10:13:18 2025 +0200 Roll up CHANGELOG and upgrade instructions in order to prepare 3.9.0 release tag --- CHANGELOG.md | 6 ++++++ docs/modules/servers/pages/distributed/operate/index.adoc | 5 ++++- upgrade-instructions.md | 4 ++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e0c9ac54e..0076472780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ## [unreleased] +## [Unreleased 3.9.x] + +No changes yet. + +## [3.9.0] - 2025-xx-xx + ### Important changes - Upgrade javax -> jakarta. See releated upgrade instructions. diff --git a/docs/modules/servers/pages/distributed/operate/index.adoc b/docs/modules/servers/pages/distributed/operate/index.adoc index da76f0558b..46b1ed8a18 100644 --- a/docs/modules/servers/pages/distributed/operate/index.adoc +++ b/docs/modules/servers/pages/distributed/operate/index.adoc @@ -16,7 +16,10 @@ This section sums up and links upgrade instructions for people willing to upgrad .Upgrade path |=== -| Upgrade from | Recommended upgrade path to 3.7.4 +| Upgrade from | Recommended upgrade path to 3.9.0 + +| 3.8.0 - 3.8-2 +| Upgrade, and apply link:https://github.com/apache/james-project/blob/master/upgrade-instructions.md#390-version[3.9.0 upgrade instructions] | 3.7.0 - 3.7.4 | Upgrade, and apply link:https://github.com/apache/james-project/blob/master/upgrade-instructions.md#380-version[3.8.0 upgrade instructions] diff --git a/upgrade-instructions.md b/upgrade-instructions.md index 9cfb89b8b5..5550a2bfc7 100644 --- a/upgrade-instructions.md +++ b/upgrade-instructions.md @@ -10,6 +10,10 @@ software documentation. Do not follow this guide blindly! ## Unreleased +No specific operation to conduct from a 3.9.0 version. + +## 3.9.0 version (tagged but not yet released) + Note: this section is in progress. It will be updated during all the development process until the release. No changes yet. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
