This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 57c67314df8577a8f78163415316115ff22dede3 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Mon Aug 22 07:47:18 2022 +0200 Prepare sshd 2.9.1 release --- CHANGES.md | 9 ++------- CHANGES.md => docs/changes/2.9.1.md | 21 ++------------------- 2 files changed, 4 insertions(+), 26 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 75a590f9d..6cb456c06 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,16 +16,12 @@ # [Version 2.8.0 to 2.9.0](./docs/changes/2.9.0.md) +# [Version 2.9.0 to 2.9.1](./docs/changes/2.9.1.md) + # Planned for next version ## Bug fixes -* [SSHD-1281](https://issues.apache.org/jira/browse/SSHD-1281) ClientSession.auth().verify() is terminated with timeout -* [SSHD-1285](https://issues.apache.org/jira/browse/SSHD-1285) 2.9.0 release broken on Java 8 -* [SSHD-1288](https://issues.apache.org/jira/browse/SSHD-1288) SFTP: fix reading files that are being written -* [SSHD-1289](https://issues.apache.org/jira/browse/SSHD-1289) Deadlock during session exit -* [SSHD-1290](https://issues.apache.org/jira/browse/SSHD-1290) Better logging in ChannelAsyncOutputStream - ## Major code re-factoring ## Potential compatibility issues @@ -34,4 +30,3 @@ ## Behavioral changes and enhancements -* [SSHD-1283](https://issues.apache.org/jira/browse/SSHD-1283) Added configuration property to control whether *ScpShell* is enabled (default=true). diff --git a/CHANGES.md b/docs/changes/2.9.1.md similarity index 61% copy from CHANGES.md copy to docs/changes/2.9.1.md index 75a590f9d..9e560fc9e 100644 --- a/CHANGES.md +++ b/docs/changes/2.9.1.md @@ -1,22 +1,4 @@ -# [Version 2.1.0 to 2.2.0](./docs/changes/2.2.0.md) - -# [Version 2.2.0 to 2.3.0](./docs/changes/2.3.0.md) - -# [Version 2.3.0 to 2.4.0](./docs/changes/2.4.0.md) - -# [Version 2.4.0 to 2.5.0](./docs/changes/2.5.0.md) - -# [Version 2.5.0 to 2.5.1](./docs/changes/2.5.1.md) - -# [Version 2.5.1 to 2.6.0](./docs/changes/2.6.0.md) - -# [Version 2.6.0 to 2.7.0](./docs/changes/2.7.0.md) - -# [Version 2.7.0 to 2.8.0](./docs/changes/2.8.0.md) - -# [Version 2.8.0 to 2.9.0](./docs/changes/2.9.0.md) - -# Planned for next version +# Introduced in 2.9.0 ## Bug fixes @@ -35,3 +17,4 @@ ## Behavioral changes and enhancements * [SSHD-1283](https://issues.apache.org/jira/browse/SSHD-1283) Added configuration property to control whether *ScpShell* is enabled (default=true). +