diff --git a/ChangeLog.md b/ChangeLog.md index 11bb0d92..25ebbbcd 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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) diff --git a/Readme.md b/Readme.md index dd214b9e..68262e4b 100644 --- a/Readme.md +++ b/Readme.md @@ -33,7 +33,7 @@ with com.github.mwiede jsch - 0.2.11 + 0.2.12 ``` @@ -43,7 +43,7 @@ When you have an artifact `foo:bar`, which contains `com.jcraft:jsch` as a trans com.github.mwiede jsch - 0.2.11 + 0.2.12 foo diff --git a/pom.xml b/pom.xml index e08e29e2..27a10060 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.mwiede jsch jar - 0.2.12-SNAPSHOT + 0.2.13-SNAPSHOT JSch https://github.com/mwiede/jsch JSch is a pure Java implementation of SSH2 @@ -73,7 +73,7 @@ - 2023-08-01T16:37:43Z + 2023-10-25T07:40:12Z UTF-8 UTF-8 true