Skip to content

Commit

Permalink
Merge pull request mwiede#417 from mwiede/release
Browse files Browse the repository at this point in the history
Release 0.2.12
  • Loading branch information
mwiede committed Oct 25, 2023
2 parents d6560cf + b993e82 commit 0893be1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
* [0.2.12](https://github.com/mwiede/jsch/releases/tag/jsch-0.2.12)
* Further refine previous fixes for windows line endings in PEM keys from [#369](https://github.com/mwiede/jsch/issues/369) & [#362](https://github.com/mwiede/jsch/issues/362).
* replace call to BigInteger.intValueExact to remain comptaible with Android [#397](https://github.com/mwiede/jsch/pull/397)
* Introduce JSchSessionDisconnectException to allow the reasonCode to be retrieved without String parsing [#416](https://github.com/mwiede/jsch/pull/416)
* Introduce specific JSchException for HostKey related failures [#410](https://github.com/mwiede/jsch/pull/410)
* [0.2.11](https://github.com/mwiede/jsch/releases/tag/jsch-0.2.11)
* [#369](https://github.com/mwiede/jsch/issues/369) fix multi-line PEM key parsing to work with windows line endings due to regression from previous fix for [#362](https://github.com/mwiede/jsch/issues/362).
* [0.2.10](https://github.com/mwiede/jsch/releases/tag/jsch-0.2.10)
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ with
<dependency>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>0.2.11</version>
<version>0.2.12</version>
</dependency>
```

Expand All @@ -43,7 +43,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.11</version>
<version>0.2.12</version>
</dependency>
<dependency>
<groupId>foo</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<packaging>jar</packaging>
<version>0.2.12-SNAPSHOT</version>
<version>0.2.13-SNAPSHOT</version>
<name>JSch</name>
<url>https://github.com/mwiede/jsch</url>
<description>JSch is a pure Java implementation of SSH2</description>
Expand Down Expand Up @@ -73,7 +73,7 @@
</license>
</licenses>
<properties>
<project.build.outputTimestamp>2023-08-01T16:37:43Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-10-25T07:40:12Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<skipITs>true</skipITs>
Expand Down

0 comments on commit 0893be1

Please sign in to comment.