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 a33bd54 Fixed JIRA link to SSHD-525 in release notes
a33bd54 is described below
commit a33bd5472092fbff55719bbe0c3fb9a9b46c121f
Author: Lyor Goldstein <[email protected]>
AuthorDate: Thu Jan 14 18:57:38 2021 +0200
Fixed JIRA link to SSHD-525 in release notes
---
CHANGES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGES.md b/CHANGES.md
index feaa362..9a5bb8b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -21,7 +21,7 @@
* [SSHD-1109](https://issues.apache.org/jira/browse/SSHD-1109) Provide full
slf4j logger capabilities to CliLogger + use it in all CLI classes
* [SSHD-1110](https://issues.apache.org/jira/browse/SSHD-1110) Replace
`Class#newInstance()` calls with `Class#getDefaultConstructor().newInstance()`
* [SSHD-1111](https://issues.apache.org/jira/browse/SSHD-1111) Fixed
SshClientCliSupport compression option detection
-* [SSHD-525] Added support for SFTP **client-side** ["[email protected]"
+* [SSHD-525](https://issues.apache.org/jira/browse/SSHD-525) Added support for
SFTP **client-side** ["[email protected]"
extension](http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/PROTOCOL?rev=1.28&content-type=text/x-cvsweb-markup)
- see section 3.3
## Behavioral changes and enhancements