Updated Changelog (markdown)

shikhar
2010-08-15 11:39:24 -07:00
parent bf84acf68e
commit f5c2977927

@@ -7,6 +7,7 @@ version 0.3.0-SNAPSHOT
+ 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.
+ Various code cleanups.
version 0.2.3