Skip to content

Commit f07a27a

Browse files
committed
Post-release documentation updates
1 parent 149ebbf commit f07a27a

2 files changed

Lines changed: 37 additions & 5 deletions

File tree

CHANGES.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
generated by [japicmp](https://siom79.github.io/japicmp) are published at
99
[https://apache.github.io/mina-sshd](https://apache.github.io/mina-sshd).
1010

11-
Version 3 includes all the features and bug fixes of [version 2.17.1](./docs/changes/2.17.1.md) and up to
12-
+[commit a3d22510](https://github.com/apache/mina-sshd/blob/a3d22510/CHANGES.md#planned-for-next-version).
11+
Version 3 includes all the features and bug fixes of version 2, including the
12+
+[latest ones](https://github.com/apache/mina-sshd/blob/master/CHANGES.md#planned-for-next-version).
1313

1414
* For building Apache MINA SSHD 3.0, **Java >= 24** and Apache **Maven >= 3.9.12** are required. Generated artifacts
1515
still use Java 8 as minimum runtime requirement.
@@ -27,11 +27,20 @@ newer Java versions the already built-in cryptographic algorithms for ChaCha20,
2727

2828
* [Change notes for 3.0.0-M2](./docs/changes/3.0.0-M2.md)
2929

30-
# Milestone 3: Pre-Release 3.0.0-M3
30+
## Milestone 3: Pre-Release 3.0.0-M3
3131

3232
This is a minor update to bring the improvements done in 2.17.x into the 3.0.0 stream. Besides that,
33-
there is only one tiny bug fix from 3.0.0-M2:
33+
there is only one tiny bug fix from 3.0.0-M2.
34+
35+
* [Change notes for 3.0.0-M3](./docs/changes/3.0.0-M3.md)
36+
37+
# Planned for the Next Milestone Release
3438

3539
## Bug Fixes
3640

37-
* [GH-852](https://github.com/apache/mina-sshd/issues/852) Fix wrong import
41+
42+
## Major Code Re-factoring
43+
44+
45+
## New Features
46+

docs/changes/3.0.0-M3.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Milestone Pre-Release 3.0.0-M3
2+
3+
This milestone release fixes a minor bug in 3.0.0-M3 and brings in all improvements from the 2.X branch.
4+
5+
It includes all the features and bug fixes of [version 2.17.1](./docs/changes/2.17.1.md) and up to
6+
+[commit a3d22510](https://github.com/apache/mina-sshd/blob/a3d22510/CHANGES.md#planned-for-next-version).
7+
8+
* [Change notes for 3.0.0-M2](./3.0.0-M2.md)
9+
10+
* For building Apache MINA SSHD 3.0, **Java >= 24** and Apache **Maven >= 3.9.12** are required. Generated artifacts
11+
still use Java 8 as minimum runtime requirement.
12+
13+
## Bug Fixes
14+
15+
* [GH-852](https://github.com/apache/mina-sshd/issues/852) Fix wrong import
16+
17+
## Major Code Re-factoring
18+
19+
* None
20+
21+
## New Features
22+
23+
* None

0 commit comments

Comments
 (0)