Skip to content

Commit 52ff7a8

Browse files
committed
Fix typo in CHANGES.md
1 parent ceff491 commit 52ff7a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Version 3 includes all the features and bug fixes of version 2, including the [l
2424
* `HostConfigEntry` has been changed to be more compliant with OpenSSH, and handles quoted values now. It also has a new method `getValues(key)` to get all the values of a key that can have multiple values, either because it may have multiple space-separated values (such as `UserKnownHostsFile`) or because it appears several times and does not follow the "first match wins" rule (such as `IdentityFile` or `CertificateFile`). Note that some keys have values that are comma-separated lists of items; such lists are a single value and must be split by user code (as in version 2).
2525
* Integration tests using docker containers have been moved out of bundle `sshd-core` into a new bundle `sshd-test`, and are run now also with the MINA and the netty transports.
2626
* All docker tests have been changed to be skipped if no docker engine is running. If a docker engine _is_ running, they will newly also be run on Windows. (Previously, they were disabled unconditionally on Windows because the Windows runners in CI don't have docker support.)
27-
* This was back-ported to version 2.170.0-SNAPSHOT on the master branch.
27+
* This was back-ported to version 2.17.0-SNAPSHOT on the master branch.
2828

2929
## New Features
3030

0 commit comments

Comments
 (0)