From f853103f7bc3eeb05997829625f44dd03f90fbe5 Mon Sep 17 00:00:00 2001 From: shikhar Date: Wed, 2 Mar 2011 12:31:42 -0800 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changelog.md b/Changelog.md index 9979be3..b4ca935 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,12 @@ +version 0.3.1-SNAPSHOT +----------------------- + ++ stderr `ChannelInputStream` gets correctly notified of errors e.g. at the transport layer. ++ Added a `channel.join(timeout)` variant. ++ An alternate `AndroidConfig` to initialize `SSHClient` with on Android 2.3+ was added, which uses `JCERandom` instead of `BouncyCastleRandom`. ++ In SCP upload, detect when destination directory does not exist. This was previously detected as a warning (well, technically it is sent as one...) but should truly be an error. All SCP 'warnings' now treated as errors. ++ Bug with `StatefulSFTPClient#put` fixed - was doing a get instead of a put! + version 0.3.0 -----------------------