Skip to content

Commit

Permalink
Merge pull request #254 from mwiede/release
Browse files Browse the repository at this point in the history
Release 0.2.5
  • Loading branch information
mwiede authored Dec 7, 2022
2 parents 19bb849 + e08cefa commit 9d1e4ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
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
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ with
<dependency>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>0.2.4</version>
<version>0.2.5</version>
</dependency>
```

Expand All @@ -47,7 +47,7 @@ When you have an artifact `foo:bar`, which contains `com.jcraft:jsch` as a trans
<dependency>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>0.2.4</version>
<version>0.2.5</version>
</dependency>
<dependency>
<groupId>foo</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<packaging>jar</packaging>
<version>0.2.5-SNAPSHOT</version>
<version>0.2.6-SNAPSHOT</version>
<name>JSch</name>
<url>https://github.com/mwiede/jsch</url>
<description>JSch is a pure Java implementation of SSH2</description>
Expand Down

0 comments on commit 9d1e4ae

Please sign in to comment.