From 0ebd7eba41bbeec817292115a007fdb88a1731d8 Mon Sep 17 00:00:00 2001 From: shikhar Date: Sun, 8 Jan 2012 02:05:55 -0800 Subject: [PATCH] 0.7.0 --- Changelog.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index ed80b41..4e04dab 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 --------------