From 3c1e0c162939c34f3091f92254b25eb642737c95 Mon Sep 17 00:00:00 2001 From: Jeroen van Erp Date: Fri, 27 Mar 2015 16:04:42 +0100 Subject: [PATCH] Updated readme --- README.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.adoc b/README.adoc index 2a358364..d2153456 100644 --- a/README.adoc +++ b/README.adoc @@ -97,6 +97,7 @@ 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] +* Correctly close socket and channel when LocalPortForwarder fails to open and start the channel (Fixes https://github.com/hierynomus/sshj/issues/175[#175] and https://github.com/hierynomus/sshj/issues/176[#176]) 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