This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push: new 6d924ee Updated documentation to include version 2.8.0 release notes 6d924ee is described below commit 6d924eed129f837f4ca4a35e5b3e98c9894345e4 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Thu Dec 9 18:57:00 2021 +0200 Updated documentation to include version 2.8.0 release notes --- CHANGES.md | 26 ++------------------------ docs/changes/2.7.0.md | 2 -- CHANGES.md => docs/changes/2.8.0.md | 18 +----------------- 3 files changed, 3 insertions(+), 43 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1abc7d5..08dc37f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,36 +12,14 @@ # [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) + # Planned for next version ## Major code re-factoring ## Potential compatibility issues -* Removed `ServerSession` argument from `SftpFileSystemAccessor` invocations since it can be retrieved from the provided `SftpSubsystemProxy` instance - ## Minor code helpers -* [SSHD-1193](https://issues.apache.org/jira/browse/SSHD-1193) Provide a more user-friendly text in case disconnecting due to timeout(s). -* [SSHD-1196](https://issues.apache.org/jira/browse/SSHD-1196) Provide configurable support for SFTP output stream chunking behavior. -* [SSHD-1226](https://issues.apache.org/jira/browse/SSHD-1226) Using literal constants for SFTP attributes key names - ## Behavioral changes and enhancements - -* [SSHD-704](https://issues.apache.org/jira/browse/SSHD-704) Add support for RFC 8731 (curve25519 and curve448 key exchange algorithms) -* [SSHD-1017](https://issues.apache.org/jira/browse/SSHD-1017) Add support for the chacha20-poly1...@openssh.com cipher -* [SSHD-1161](https://issues.apache.org/jira/browse/SSHD-1161) Support OpenSSH client certificates for publickey authentication -* [SSHD-1163](https://issues.apache.org/jira/browse/SSHD-1163) Wrong server key signature algorithm chosen in DH group key exchange -* [SSHD-1164](https://issues.apache.org/jira/browse/SSHD-1164) Parsing of ~/.ssh/config Host patterns fails with extra whitespace -* [SSHD-1166](https://issues.apache.org/jira/browse/SSHD-1166) Support creating signed OpenSSH certificates -* [SSHD-1168](https://issues.apache.org/jira/browse/SSHD-1168) OpenSSH certificates: check certificate type -* [SSHD-1172](https://issues.apache.org/jira/browse/SSHD-1172) Expiration of OpenSshCertificates needs to compare timestamps as unsigned long -* [SSHD-1202](https://issues.apache.org/jira/browse/SSHD-1202) Provide SftpErrorDataHandler callback support for SFTP client. -* [SSHD-1215](https://issues.apache.org/jira/browse/SSHD-1215) Treat ACE4_APPEND_DATA as a hint only in SFTP write mode determination -* [SSHD-1216](https://issues.apache.org/jira/browse/SSHD-1216) Implement RFC 8332 server-sig-algs on the server -* [SSHD-1217](https://issues.apache.org/jira/browse/SSHD-1217) Add special handling of SFTP directory entries listing if underlying file system is also SFTP -* [SSHD-1218](https://issues.apache.org/jira/browse/SSHD-1218) SshAgentFactory.createClient() gets passed the session -* [SSHD-1219](https://issues.apache.org/jira/browse/SSHD-1219) Obtaining rsa-sha2-256 or rsa-sha2-512 signatures from an SSH agent -* [SSHD-1220](https://issues.apache.org/jira/browse/SSHD-1220) Reduce number of L(STAT) calls made by the SftpFileSystem -* [SSHD-1221](https://issues.apache.org/jira/browse/SSHD-1221) Support key constraints when adding a key to an SSH agent -* [SSHD-1226](https://issues.apache.org/jira/browse/SSHD-1226) Added SFTP server-side capability to provide file/folder custom extension attributes diff --git a/docs/changes/2.7.0.md b/docs/changes/2.7.0.md index a0164af..459e89a 100644 --- a/docs/changes/2.7.0.md +++ b/docs/changes/2.7.0.md @@ -5,8 +5,6 @@ * [SSHD-1133](https://issues.apache.org/jira/browse/SSHD-1133) Re-factored locations and names of `ServerSession` and server-side `ChannelSession` related classes * Moved some helper methods and classes to more natural locations -## Potential compatibility issues - ## Minor code helpers * [SSHD-525](https://issues.apache.org/jira/browse/SSHD-525) Added support for SFTP `posix-ren...@openssh.com` diff --git a/CHANGES.md b/docs/changes/2.8.0.md similarity index 86% copy from CHANGES.md copy to docs/changes/2.8.0.md index 1abc7d5..6073db9 100644 --- a/CHANGES.md +++ b/docs/changes/2.8.0.md @@ -1,20 +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) - -# Planned for next version - -## Major code re-factoring +# Introduced in 2.8.0 ## Potential compatibility issues