From 92df7c6924b5bf1418c11481148834576a246842 Mon Sep 17 00:00:00 2001 From: hierynomus Date: Fri, 23 Jan 2015 10:01:50 +0100 Subject: [PATCH] v0.11.0 --- README.adoc | 22 +++++++++++----------- build.gradle | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.adoc b/README.adoc index feea3b86..d4d7ac87 100644 --- a/README.adoc +++ b/README.adoc @@ -93,14 +93,14 @@ Fork away! == Release history -* SSHJ 0.11.0 (No date set yet) -** New maven coordinates `com.hierynomus:sshj:0.11.0` as https://github.com/hierynomus[@hierynomus] took over as maintainer of SSHJ -** Migrated build system to Gradle 2.2.1 -** Merged https://github.com/hierynomus/sshj/issues/150[#150]: Fix for incorrect file handle on some SSH servers, fixes: https://github.com/hierynomus/sshj/issues/54[#54], https://github.com/hierynomus/sshj/issues/119[#119], https://github.com/hierynomus/sshj/issues/168[#168], https://github.com/hierynomus/sshj/issues/169[#169] -** Made `jzlib` optional in OSGi bundling, fixes: https://github.com/hierynomus/sshj/issues/162[#162] -** Improved some log levels, fixes: https://github.com/hierynomus/sshj/issues/161[#161] -** Merged https://github.com/hierynomus/sshj/issues/156[#156], https://github.com/hierynomus/sshj/issues/164[#164], https://github.com/hierynomus/sshj/issues/165[#165]: Fixed block sizes for `hmac-sha2-256` and `hmac-sha2-512` -** Merged https://github.com/hierynomus/sshj/issues/141[#141]: Add proxy support -** Merged https://github.com/hierynomus/sshj/issues/157[#157], https://github.com/hierynomus/sshj/issues/163[#163]: Doc and build fixes -** Upgraded BouncyCastle to 1.51, fixes: https://github.com/hierynomus/sshj/issues/142[#142] -** Implemented keep-alive with connection drop detection, fixes https://github.com/hierynomus/sshj/issues/166[#166] +SSHJ 0.11.0 (2015-01-23):: +* New maven coordinates `com.hierynomus:sshj:0.11.0` as https://github.com/hierynomus[@hierynomus] took over as maintainer of SSHJ +* Migrated build system to Gradle 2.2.1 +* Merged https://github.com/hierynomus/sshj/issues/150[#150]: Fix for incorrect file handle on some SSH servers, fixes: https://github.com/hierynomus/sshj/issues/54[#54], https://github.com/hierynomus/sshj/issues/119[#119], https://github.com/hierynomus/sshj/issues/168[#168], https://github.com/hierynomus/sshj/issues/169[#169] +* Made `jzlib` optional in OSGi bundling, fixes: https://github.com/hierynomus/sshj/issues/162[#162] +* Improved some log levels, fixes: https://github.com/hierynomus/sshj/issues/161[#161] +* Merged https://github.com/hierynomus/sshj/issues/156[#156], https://github.com/hierynomus/sshj/issues/164[#164], https://github.com/hierynomus/sshj/issues/165[#165]: Fixed block sizes for `hmac-sha2-256` and `hmac-sha2-512` +* Merged https://github.com/hierynomus/sshj/issues/141[#141]: Add proxy support +* Merged https://github.com/hierynomus/sshj/issues/157[#157], https://github.com/hierynomus/sshj/issues/163[#163]: Doc and build fixes +* Upgraded BouncyCastle to 1.51, fixes: https://github.com/hierynomus/sshj/issues/142[#142] +* Implemented keep-alive with connection drop detection, fixes https://github.com/hierynomus/sshj/issues/166[#166] diff --git a/build.gradle b/build.gradle index 38fdc697..bcf5ad88 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ apply plugin: "signing" apply plugin: "osgi" group = "com.hierynomus" -version = "0.11.0-SNAPSHOT" +version = "0.11.0" repositories { mavenCentral() @@ -155,4 +155,4 @@ uploadArchives { } } } -} \ No newline at end of file +}