From f2254491b6fd3200a7674b8da90b28e9afdf1868 Mon Sep 17 00:00:00 2001 From: shikhar Date: Sun, 24 Jul 2011 12:58:47 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index ff78313..37060e6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,9 @@ version 0.4.2-SNAPSHOT ----------------------- + 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. version 0.4.1 ---------------