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 463c51bdc Update CHANGES.md
463c51bdc is described below
commit 463c51bdc9cc8b124cb966b114a438ed255ee1de
Author: Thomas Wolf <[email protected]>
AuthorDate: Sat Mar 8 20:40:10 2025 +0100
Update CHANGES.md
---
CHANGES.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGES.md b/CHANGES.md
index 798f553a8..466a11286 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -31,6 +31,7 @@
* [GH-650](https://github.com/apache/mina-sshd/issues/650) Use the correct key
from a user certificate in server-side pubkey auth
* [GH-663](https://github.com/apache/mina-sshd/issues/663) Fix racy
`IoSession` creation
* [GH-664](https://github.com/apache/mina-sshd/issues/664) Skip MAC
negotiation if an AEAD cipher was negotiated
+* [GH-678](https://github.com/apache/mina-sshd/issues/678) `ScpShell`: write
month names in English for WinSCP
## New Features