From ee570b5a21737b2e9d895a593734c62ae1deb239 Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 3 Jan 2024 09:19:56 +0000 Subject: [PATCH 1/4] [maven-release-plugin] prepare release jsch-0.2.16 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 3db24d7d..c00fa630 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.mwiede jsch jar - 0.2.16-SNAPSHOT + 0.2.16 JSch https://github.com/mwiede/jsch JSch is a pure Java implementation of SSH2 @@ -12,7 +12,7 @@ scm:git:https://github.com/mwiede/jsch.git scm:git:https://github.com/mwiede/jsch.git https://github.com/mwiede/jsch - HEAD + jsch-0.2.16 @@ -75,7 +75,7 @@ - 2023-12-19T16:07:05Z + 2024-01-03T09:18:14Z UTF-8 UTF-8 true From 159e6e967b20ac2fcbf8bb6d851348dcd2f768f5 Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 3 Jan 2024 09:19:58 +0000 Subject: [PATCH 2/4] [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c00fa630..2fa1711c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.mwiede jsch jar - 0.2.16 + 0.2.17-SNAPSHOT JSch https://github.com/mwiede/jsch JSch is a pure Java implementation of SSH2 @@ -12,7 +12,7 @@ scm:git:https://github.com/mwiede/jsch.git scm:git:https://github.com/mwiede/jsch.git https://github.com/mwiede/jsch - jsch-0.2.16 + HEAD @@ -75,7 +75,7 @@ - 2024-01-03T09:18:14Z + 2024-01-03T09:19:58Z UTF-8 UTF-8 true From 87f277ac87f94fd5f210e593d14a17fd0ab421f3 Mon Sep 17 00:00:00 2001 From: Matthias Wiedemann Date: Fri, 5 Jan 2024 19:41:27 +0100 Subject: [PATCH 3/4] Update Readme.md --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 60d76a7c..11d96bb3 100644 --- a/Readme.md +++ b/Readme.md @@ -33,7 +33,7 @@ with com.github.mwiede jsch - 0.2.15 + 0.2.16 ``` @@ -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.15 + 0.2.16 foo From 0d2ffbf9f52b99e39affdcb32216dd1d45b89387 Mon Sep 17 00:00:00 2001 From: Matthias Wiedemann Date: Fri, 5 Jan 2024 19:43:13 +0100 Subject: [PATCH 4/4] Update ChangeLog.md --- ChangeLog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 22bb7fc1..1fb02217 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,7 @@ +* [0.2.16](https://github.com/mwiede/jsch/releases/tag/jsch-0.2.16) + * Add support for sntrup761x25519-sha512@openssh.com KEX algorithm. + * Switch to bnd-maven-plugin in order to support Multi-Release OSGi bundle JAR's via supplemental manifest files. + * Introduce JSchProxyException to replace generic JschException in Proxy implementations by @mvegter in https://github.com/mwiede/jsch/pull/467 * [0.2.15](https://github.com/mwiede/jsch/releases/tag/jsch-0.2.15) * address [CVE-2023-48795](https://nvd.nist.gov/vuln/detail/CVE-2023-48795) by adding support for new strict key exchange extension * Add support for `ext-info-in-auth@openssh.com` extension