This is an automated email from the ASF dual-hosted git repository.
twolf pushed a commit to branch dev_3.0
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/dev_3.0 by this push:
new b41325570 Update CHANGES
b41325570 is described below
commit b413255703ed686a5962089f5b04535636ce6701
Author: Thomas Wolf <[email protected]>
AuthorDate: Tue Apr 22 14:23:33 2025 +0200
Update CHANGES
Point to published japicmp reports.
---
CHANGES.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 2df9169b6..95529d940 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@
# Version 3
-** This is work in progress.** Version 3 contains many API breaks from
version 2. When we release it, there will be a japicmp report.
+**This is work in progress.** Version 3 contains many API breaks from version
2. API comparison reports generated by
[japicmp](https://siom79.github.io/japicmp) are published at
[https://apache.github.io/mina-sshd](https://apache.github.io/mina-sshd).
Version 3 includes all the features and bug fixes of version 2, including the
[latest
ones](https://github.com/apache/mina-sshd/blob/master/CHANGES.md#planned-for-next-version).
@@ -19,4 +19,4 @@ Version 3 includes all the features and bug fixes of version
2, including the [l
* Random padding on SSH packets as suggested by [RFC 4253, section
6](https://datatracker.ietf.org/doc/html/rfc4253#section-6).
* New event callback `SessionListener.sessionStarting()`. See the [filter
documentation](./docs/technical/filters.md).
`SessionListener.sessionEstablished()` was removed; it was called from the
constructor of `AbstractSession` at a time when the object was not yet fully
initialized.
* [GH-728](https://github.com/apache/mina-sshd/issues/728) New method
`ClientSession.getHostConfigEntry()` to get the `HostConfigEntry` for the
session.
-* [GH-729](https://github.com/apache/mina-sshd/issues/729) Support for
client-side SOCKS5 or HTTP CONNECT proxies. See the
[documentation](./docs/client-setup.md#proxies)
+* [GH-729](https://github.com/apache/mina-sshd/issues/729) Support for
client-side SOCKS5 or HTTP CONNECT proxies. See the
[documentation](./docs/client-setup.md#proxies).