From 2720374726e412bbfc0efc15756cda762afd6300 Mon Sep 17 00:00:00 2001 From: shikhar Date: Wed, 27 Jul 2011 11:38:02 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 37060e6..b87510c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,10 +1,11 @@ -version 0.4.2-SNAPSHOT ------------------------ +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. + Fix for GH-21 (SessionChannel#changeWindowDimensions was broken) + Prevent occasional spurious NPE when disconnecting at AbstractDirectChannel#notifyError. + SSHClient implements Closeable. ++ OSGi-fication version 0.4.1 ---------------