From 12d3c6cab97000f972ce967f63194731f70b4d75 Mon Sep 17 00:00:00 2001 From: shikhar Date: Sun, 15 Aug 2010 12:39:39 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index df0368c..9979be3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,8 +6,8 @@ version 0.3.0 + Don't barf when a server sends more `CHANNEL_DATA` than announced. Now there is no exception in this case, but still only as much data as announced is consumed. + Client was still identifying as `SSHJ_0_1` -- changed to `SSHJ_0_3`. + Support for SFTP versions less than 3. -+ Host based authentication - see `net.schmizz.sshj.userauth.method.AuthHostbased` - pass an instance to `SSHClient.auth()` to use. -+ Added `Channel.join()' to allow blocking on channel close event. Useful e.g. when waiting for a command to exit. ++ Host based authentication - see `net.schmizz.sshj.userauth.method.AuthHostbased`; pass an instance to `SSHClient.auth()` to use. ++ Added `Channel.join()` to allow blocking on channel close event. Useful e.g. when waiting for a command to exit. + Various code cleanups. version 0.2.3