From 35443300fce2a89d8157c9e17785e243be70eafe Mon Sep 17 00:00:00 2001 From: shikhar Date: Mon, 26 Sep 2011 05:33:06 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 7c336e3..2a7b21c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -9,17 +9,17 @@ version 0.6.0 version 0.5.0 -------------- -+ In case of `publickey` authentication using a string rather than a file, prevent private key data from leaking in logs / on authentication exception. ++ GH-20: In case of `publickey` authentication using a string rather than a file, prevent private key data from leaking in logs / on authentication exception. + GH-21: SessionChannel#changeWindowDimensions was broken + Prevent occasional spurious NPE when disconnecting at AbstractDirectChannel#notifyError. + SSHClient implements Closeable. -+ OSGi-fication ++ GH-22: OSGi-fication version 0.4.1 --------------- + GH-18: Intermittent key exchange failures. -+ Support for `publickey` authentication from strings. ++ GH-16: Support for `publickey` authentication from strings. version 0.4.0 -----------------------