-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1f8b09
commit d90b297
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
* [0.2.19](https://github.com/mwiede/jsch/releases/tag/jsch-0.2.19) | ||
* Enforce DHGEX prime modulus bit length meets configured constraints. | ||
* #604 Fix possible rekeying timeouts. | ||
* Enforce DHGEX prime modulus bit length meets configured constraints. | ||
* #604 Fix possible rekeying timeouts. | ||
* [0.2.18](https://github.com/mwiede/jsch/releases/tag/jsch-0.2.18) | ||
* Handle negated patterns according to ssh_config(5) by @bmiddaugh in https://github.com/mwiede/jsch/pull/565 | ||
* Handle negated patterns according to ssh_config(5) by @bmiddaugh in https://github.com/mwiede/jsch/pull/565 | ||
* [0.2.17](https://github.com/mwiede/jsch/releases/tag/jsch-0.2.17) | ||
* Add PBKDF2-HMAC-SHA512/256 & PBKDF2-HMAC-SHA512/224, which are both supported as of Java 21. | ||
* Add PBKDF2-HMAC-SHA512/256 & PBKDF2-HMAC-SHA512/224, which are both supported as of Java 21. | ||
* [0.2.16](https://github.com/mwiede/jsch/releases/tag/jsch-0.2.16) | ||
* Add support for [email protected] KEX algorithm. | ||
* Switch to bnd-maven-plugin in order to support Multi-Release OSGi bundle JAR's via supplemental manifest files. | ||
|