From 1e061aef250c148858548ed24c4e88ff6f1f6cf4 Mon Sep 17 00:00:00 2001 From: Jeroen van Erp Date: Fri, 27 Mar 2015 15:30:58 +0100 Subject: [PATCH] Updated readme with work in progress for next release --- README.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.adoc b/README.adoc index d4d7ac87..2a358364 100644 --- a/README.adoc +++ b/README.adoc @@ -93,6 +93,10 @@ Fork away! == Release history +SSHJ 0.12.0 (not released yet):: +* Added support for HTTP proxies when running JDK6 or JDK7, fixes: https://github.com/hierynomus/sshj/issues/170[#170] +* Merged https://github.com/hierynomus/sshj/issues/186[#186]: Fix for detecting end-of-stream +* Compiling to JDK6, fixes https://github.com/hierynomus/sshj/issues/179[#179] and https://github.com/hierynomus/sshj/issues/185[#185] 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