Skip to content

Commit

Permalink
Update ChangeLog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiede authored Dec 7, 2022
1 parent 11a87f5 commit e08cefa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
* [0.2.5](https://github.com/mwiede/jsch/releases/tag/jsch-0.2.5)
* Explictly free resources in `Compression` implementations.
* Explictly free resources in `Compression` implementations in https://github.com/mwiede/jsch/pull/241
* Fix integration test failures on Apple Silicon by skipping OpenSSH 7.4 tests by @norrisjeremy in https://github.com/mwiede/jsch/pull/227
* generate osgi bundle manifest data for jar #248 by @mwiede in https://github.com/mwiede/jsch/pull/249
* [0.2.4](https://github.com/mwiede/jsch/releases/tag/jsch-0.2.4)
* When connections fail due to an algorithm negotiation failure, throw a `JSchAlgoNegoFailException` that extends `JSchException`.
* The new `JSchAlgoNegoFailException` details which specific algorithm negotiation failed, along with what both JSch and the server proposed.
Expand Down

0 comments on commit e08cefa

Please sign in to comment.