From 23804ce047c4b4817c83b6b96c7f93850416aa58 Mon Sep 17 00:00:00 2001 From: Shikhar Bhushan Date: Sun, 11 Aug 2013 16:13:36 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 9b67e33..f0bd19d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,7 +7,9 @@ version 0.9.0-SNAPSHOT + We were missing a socket flush during the initial SSH banner exchange. + Connection and transport layer timeout methods are now millisecond granularity. `getTimeout()`/`setTimeout()` are called `getTimeoutMs()`/`setTimeoutMs()` respectively. + Visibility issue on some channel request info received from server like exit status (GH-114) - ++ `StatefulSFTPClient.cd()` should not update internal cwd state if stat fails (GH-90) ++ Simplified the `UserAuth.authenticate(..)` interface by making it one-method-at-time, with the trial and error business happening in `SSHClient`. ++ Added `userAuth. getAllowedMethods()` (GH-106) version 0.8.1 --------------