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 db13ff141 Update CHANGES.md
db13ff141 is described below
commit db13ff14190fb23c211bfb7b610eedb7bb4ecd74
Author: Thomas Wolf <[email protected]>
AuthorDate: Mon Jan 2 10:26:57 2023 +0100
Update CHANGES.md
---
CHANGES.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index 74a78a357..378eb32f4 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -28,6 +28,14 @@
* [GH-275](https://github.com/apache/mina-sshd/issues/275) SFTP: be more
lenient when reading SSH_FXP_STATUS replies.
* [GH-282](https://github.com/apache/mina-sshd/issues/282) Correct setting
file permissions on newly written host key files on Windows.
* [GH-285](https://github.com/apache/mina-sshd/issues/285) Fix compilation
failure on Java 19.
+* [GH-294](https://github.com/apache/mina-sshd/issues/294) Fix memory leak in
SftpFileSystemProvider.
+* [GH-297](https://github.com/apache/mina-sshd/issues/297) Auto-configure file
password provider for reading encrypted SSH keys.
+* [GH-298](https://github.com/apache/mina-sshd/issues/298) Server side
heartbeat not working.
+
+
+* [SSHD-1315](https://issues.apache.org/jira/browse/SSHD-1315) Do not log
sensitive data at log level TRACE.
+* [SSHD-1316](https://issues.apache.org/jira/browse/SSHD-1316) Possible OOM in
ChannelPipedInputStream (fix channel window).
+
## Major code re-factoring