This is an automated email from the ASF dual-hosted git repository. twolf pushed a commit to branch dev_3.0 in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit d9bfc52206c5a0f85196202dd66ad289c71ea5ee Author: Thomas Wolf <[email protected]> AuthorDate: Sun Mar 15 21:41:14 2026 +0100 Post-release documentation updates --- CHANGES.md | 17 +++++++++++------ docs/changes/3.0.0-M3.md | 25 +++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 358c15a8d..0d4acb13b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,8 +8,8 @@ generated by [japicmp](https://siom79.github.io/japicmp) are published at [https://apache.github.io/mina-sshd](https://apache.github.io/mina-sshd). -Version 3 includes all the features and bug fixes of [version 2.17.1](./docs/changes/2.17.1.md) and up to -[commit a3d22510](https://github.com/apache/mina-sshd/blob/a3d22510/CHANGES.md#planned-for-next-version). +Version 3 includes all the features and bug fixes of version 2, including the +[latest ones](https://github.com/apache/mina-sshd/blob/master/CHANGES.md#planned-for-next-version). * 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. @@ -30,9 +30,14 @@ newer Java versions the already built-in cryptographic algorithms for ChaCha20, ## Milestone 3: Pre-Release 3.0.0-M3 This is a minor update to bring the improvements done in 2.17.x into the 3.0.0 stream. Besides that, -there are only two bug fixes from 3.0.0-M2: +there are only two bug fixes from 3.0.0-M2. -### Bug Fixes +* [Change notes for 3.0.0-M3](./docs/changes/3.0.0-M3.md) -* [GH-852](https://github.com/apache/mina-sshd/issues/852) (Bug in 3.0.0-M2) Fix wrong import -* [GH-891](https://github.com/apache/mina-sshd/issues/891) (Regression in 3.0.0-M1) Fix format of injected SSH_MSG_IGNORE +# Planned for the Next Milestone Release + +## Bug Fixes + +## Major Code Re-factoring + +## New Features diff --git a/docs/changes/3.0.0-M3.md b/docs/changes/3.0.0-M3.md new file mode 100644 index 000000000..ea5dd6574 --- /dev/null +++ b/docs/changes/3.0.0-M3.md @@ -0,0 +1,25 @@ +# Milestone Pre-Release 3.0.0-M3 + +This milestone release fixes a minor bug in 3.0.0-M3 and brings in all improvements from the 2.X branch. + +It includes all the features and bug fixes of [version 2.17.1](./docs/changes/2.17.1.md) and up to +[commit a3d22510](https://github.com/apache/mina-sshd/blob/a3d22510/CHANGES.md#planned-for-next-version). + +* [Change notes for 3.0.0-M1](./3.0.0-M1.md) +* [Change notes for 3.0.0-M2](./3.0.0-M2.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 + +* [GH-852](https://github.com/apache/mina-sshd/issues/852) (Bug in 3.0.0-M2) Fix wrong import +* [GH-891](https://github.com/apache/mina-sshd/issues/891) (Regression in 3.0.0-M1) Fix format of injected SSH_MSG_IGNORE + +## Major Code Re-factoring + +* None + +## New Features + +* None
