This is an automated email from the ASF dual-hosted git repository. tomaswolf pushed a commit to branch rc-3.0.0-M5 in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 460800e34509fd368960aca624e75f2c80882999 Author: Thomas Wolf <[email protected]> AuthorDate: Wed Jul 1 00:17:35 2026 +0200 Prepare release documentation --- CHANGES.md | 6 ++++++ docs/changes/3.0.0-M5.md | 25 +++++++++++++++++++++++++ docs/changes/version2.md | 2 ++ 3 files changed, 33 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index bc6576435..2940e2aef 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -40,6 +40,12 @@ Merges 2.18.0 into the 3.0.0 stream. * [Change notes for 3.0.0-M4](./docs/changes/3.0.0-M4.md) +## Milestone 4: Pre-Release 3.0.0-M5 + +Merges 2.19.0 into the 3.0.0 stream. + +* [Change notes for 3.0.0-M5](./docs/changes/3.0.0-M5.md) + # Planned for the Next Milestone Release ## Bug Fixes diff --git a/docs/changes/3.0.0-M5.md b/docs/changes/3.0.0-M5.md new file mode 100644 index 000000000..1a3aecbdc --- /dev/null +++ b/docs/changes/3.0.0-M5.md @@ -0,0 +1,25 @@ +# Milestone Pre-Release 3.0.0-M5 + +This milestone release just merges the 2.19.0 branch. + +It includes all the features and bug fixes of [version 2.19.0](./2.19.0.md). + +* [Change notes for 3.0.0-M1](./3.0.0-M1.md) +* [Change notes for 3.0.0-M2](./3.0.0-M2.md) +* [Change notes for 3.0.0-M3](./3.0.0-M3.md) +* [Change notes for 3.0.0-M4](./3.0.0-M4.md) + +* For building Apache MINA SSHD 3.0, **Java >= 24** and Apache **Maven >= 3.9.12** are required. Generated artifacts + still use Java 8 as minimum runtime requirement. + +## Bug Fixes + +None. + +## Major Code Re-factoring + +None. + +## New Features + +None. diff --git a/docs/changes/version2.md b/docs/changes/version2.md index 0a1c47d9b..86a244857 100644 --- a/docs/changes/version2.md +++ b/docs/changes/version2.md @@ -23,3 +23,5 @@ * [Version 2.15.0 to 2.16.0](./2.16.0.md) * [Version 2.16.0 to 2.17.0](./2.17.0.md) * [Version 2.17.0 to 2.17.1](./2.17.1.md) +* [Version 2.17.1 to 2.18.0](./2.18.0.md) +* [Version 2.18.0 to 2.19.0](./2.19.0.md)
