Updated Changelog (markdown)

shikhar
2010-08-15 12:39:39 -07:00
parent 647dc43e09
commit 12d3c6cab9

@@ -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