This is an automated email from the ASF dual-hosted git repository.
twolf 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 62e6bfef2 Update CHANGES.md
62e6bfef2 is described below
commit 62e6bfef2666655a3939a80499c20b8a274da4b3
Author: Thomas Wolf <[email protected]>
AuthorDate: Sat Apr 27 18:45:04 2024 +0200
Update CHANGES.md
---
CHANGES.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index c3b677c69..1ee44e76e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -32,9 +32,16 @@
## Bug Fixes
+* [GH-427](https://github.com/apache/mina-sshd/issues/427) SCP client: fix
`DefaultScpClient.upload(InputStream, ...)`
* [GH-455](https://github.com/apache/mina-sshd/issues/455) Fix `BaseCipher`:
make sure all bytes are processed
+* [GH-470](https://github.com/apache/mina-sshd/issues/470) MontgomeryCurve:
synchronize access to KeyPairGenerator
* [GH-489](https://github.com/apache/mina-sshd/issues/489) SFTP v3 client:
better file type determination
+
+* [PR-472](https://github.com/apache/mina-sshd/pull/472) sshd-spring-sftp: fix
client start
+* [PR-476](https://github.com/apache/mina-sshd/pull/476) Fix Android detection
+* [PR-486](https://github.com/apache/mina-sshd/pull/486) Add missing `equals`
and `hashCode` to U2F key classes
+
## New Features
## Behavioral changes and enhancements