0.7.0

shikhar
2012-01-08 02:05:55 -08:00
parent 9a0fa03163
commit 0ebd7eba41

@@ -1,7 +1,15 @@
version 0.7.0
--------------
+ TODO
+ GH-41: `OpenSSHKnownHosts` re-implemented to better support the format seen in the wild, e.g. optional markers.
+ `SocketClient` made public so that SSHClient can be mocked for testing.
+ GH-37: Publish sources jar.
+ Fixed typo on `SFTPClient.getFileTansfer()`
+ Removed deprecated methods on `Session.Command`, `getOutputAsString()` and `getErrorAsString()`.
+ Window adjustments were being logged incorrectly, fixed.
+ GH-47: Fix a condition where `ChannelOutputStream` writes or flushes may wrongly block sitting around waiting for window adjustments where none was required. Issue was observed with non-OpenSSH servers like dropbear and WinSSHD.
+ GH-50: Fix for using sshj in OSGi.
+ GH-26: Local port forwarding - there was no way to cleanly close the server socket.
version 0.6.1
--------------