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
The following commit(s) were added to refs/heads/master by this push:
new 975dae1 Prepare for next version
975dae1 is described below
commit 975dae12af7feb40a68060a636521a67eb1bf8ee
Author: Guillaume Nodet <[email protected]>
AuthorDate: Mon Dec 7 21:28:12 2020 +0100
Prepare for next version
---
CHANGES.md | 52 ++-----------------------------------
CHANGES.md => docs/changes/2.6.0.md | 12 +--------
2 files changed, 3 insertions(+), 61 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 12357d2..c51a3ca 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -8,60 +8,12 @@
# [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)
+
# Planned for next version
## Major code re-factoring
-* `SshServerMain` uses by default an ECDSA key instead of an RSA one. This can
be overridden either by `-key-type / -key-size`
-or `-key-file` command line option.
-* [SSHD-1034](https://issues.apache.org/jira/browse/SSHD-1034) Rename
`org.apache.sshd.common.ForwardingFilter` to `Forwarder`.
-* [SSHD-1035](https://issues.apache.org/jira/browse/SSHD-1035) Move property
definitions to common locations.
-* [SSHD-1038](https://issues.apache.org/jira/browse/SSHD-1038) Refactor
packages from a module into a cleaner hierarchy.
-* [SSHD-1080](https://issues.apache.org/jira/browse/SSHD-1080) Rework the
PacketWriter to split according to the various semantics
-* [SSHD-1084](https://issues.apache.org/jira/browse/SSHD-1084) Revert the
usage of asynchronous streams when forwarding ports.
-
## Minor code helpers
-* [SSHD-1004](https://issues.apache.org/jira/browse/SSHD-1004) Using a more
constant time MAC validation to minimize timing side channel information leak.
-* [SSHD-1030](https://issues.apache.org/jira/browse/SSHD-1030) Added a
NoneFileSystemFactory implementation
-* [SSHD-1042](https://issues.apache.org/jira/browse/SSHD-1042) Added more
callbacks to SftpEventListener
-* [SSHD-1040](https://issues.apache.org/jira/browse/SSHD-1040) Make server key
available after KEX completed.
-* [SSHD-1060](https://issues.apache.org/jira/browse/SSHD-1060) Do not store
logger level in fields.
-* [SSHD-1064](https://issues.apache.org/jira/browse/SSHD-1064) Fixed
`ClientSession#executeRemoteCommand` handling of STDERR in case of exception to
behave according to its documentation
-* [SSHD-1076](https://issues.apache.org/jira/browse/SSHD-1076) Break down
`ClientUserAuthService#auth` method into several to allow for flexible override
-* [SSHD-1077](https://issues.apache.org/jira/browse/SSHD-1077) Added command
line option to request specific SFTP version in `SftpCommandMain`
-* [SSHD-1079](https://issues.apache.org/jira/browse/SSHD-1079) Experimental
async mode on the local port forwarder
-* [SSHD-1086](https://issues.apache.org/jira/browse/SSHD-1086) Added SFTP
aware directory scanning helper classes
-* [SSHD-1089](https://issues.apache.org/jira/browse/SSHD-1089) Added wrappers
for one-time single session usage of SFTP/SCP clients
-* Propagate SCP file transfer ACK data to ScpTransferListener before
validating it.
-
## Behavioral changes and enhancements
-
-* [SSHD-506](https://issues.apache.org/jira/browse/SSHD-506) Added support for
AES-GCM ciphers.
-* [SSHD-954](https://issues.apache.org/jira/browse/SSHD-954) Improve
validation of DH public key values.
-* [SSHD-1004](https://issues.apache.org/jira/browse/SSHD-1004) Deprecate DES,
RC4 and Blowfish ciphers from default setup.
-* [SSHD-1004](https://issues.apache.org/jira/browse/SSHD-1004) Deprecate SHA-1
based key exchanges and signatures from default setup.
-* [SSHD-1004](https://issues.apache.org/jira/browse/SSHD-1004) Deprecate
MD5-based and truncated HMAC algorithms from default setup.
-* [SSHD-1005](https://issues.apache.org/jira/browse/SSHD-1005) Added support
for SCP remote-to-remote file transfer
-* [SSHD-1020](https://issues.apache.org/jira/browse/SSHD-1020) SSH connections
getting closed abruptly with timeout exceptions.
-* [SSHD-1026](https://issues.apache.org/jira/browse/SSHD-1026) Improve build
reproductibility.
-* [SSHD-1028](https://issues.apache.org/jira/browse/SSHD-1028) Fix
SSH_MSG_DISCONNECT: Too many concurrent connections.
-* [SSHD-1032](https://issues.apache.org/jira/browse/SSHD-1032) Fix possible
ArrayIndexOutOfBoundsException in ChannelAsyncOutputStream.
-* [SSHD-1033](https://issues.apache.org/jira/browse/SSHD-1033) Fix
simultaneous usage of dynamic and local port forwarding.
-* [SSHD-1039](https://issues.apache.org/jira/browse/SSHD-1039) Fix support for
some basic options in ssh/sshd cli.
-* [SSHD-1047](https://issues.apache.org/jira/browse/SSHD-1047) Support for SSH
jumps.
-* [SSHD-1048](https://issues.apache.org/jira/browse/SSHD-1048) Wrap instead of
rethrow IOException in Future.
-* [SSHD-1050](https://issues.apache.org/jira/browse/SSHD-1050) Fixed race
condition in AuthFuture if exception caught before authentication started.
-* [SSHD-1053](https://issues.apache.org/jira/browse/SSHD-1053) Fixed handling
of certified keys authentication.
-* [SSHD-1056](https://issues.apache.org/jira/browse/SSHD-1056) Added support
for SCP remote-to-remote directory transfer - including '-3' option of SCP
command CLI.
-* [SSHD-1057](https://issues.apache.org/jira/browse/SSHD-1057) Added
capability to select a ShellFactory based on the current session + use it for
"WinSCP"
-* [SSHD-1058](https://issues.apache.org/jira/browse/SSHD-1058) Improve
exception logging strategy.
-* [SSHD-1059](https://issues.apache.org/jira/browse/SSHD-1059) Do not send
heartbeat if KEX state not DONE
-* [SSHD-1063](https://issues.apache.org/jira/browse/SSHD-1063) Fixed
known-hosts file server key verifier matching of same host with different ports
-* [SSHD-1066](https://issues.apache.org/jira/browse/SSHD-1066) Allow multiple
binding to local port tunnel on different addresses
-* [SSHD-1070](https://issues.apache.org/jira/browse/SSHD-1070)
OutOfMemoryError when use async port forwarding
-* [SSHD-1100](https://issues.apache.org/jira/browse/SSHD-1100) Updated used
moduli for DH group KEX
-* [SSHD-1102](https://issues.apache.org/jira/browse/SSHD-1102) Provide filter
support for SftpDirectoryStream
-* [SSHD-1104](https://issues.apache.org/jira/browse/SSHD-1104) Take into
account possible key type aliases when using public key authentication
-* [SSHD-1107](https://issues.apache.org/jira/browse/SSHD-1107) Allow
configuration of minimum DH group exchange key size via property or
programmatically
-* [SSHD-1108](https://issues.apache.org/jira/browse/SSHD-1108) Increased
minimum default DH group exchange key size to 2048 (but support 1024)
\ No newline at end of file
diff --git a/CHANGES.md b/docs/changes/2.6.0.md
similarity index 95%
copy from CHANGES.md
copy to docs/changes/2.6.0.md
index 12357d2..770487d 100644
--- a/CHANGES.md
+++ b/docs/changes/2.6.0.md
@@ -1,14 +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)
-
-# Planned for next version
+# Introduced in 2.6.0
## Major code re-factoring