From eb37baf7bcb6b8305ffc9376869a4517bd4bae9c Mon Sep 17 00:00:00 2001 From: Shikhar Bhushan Date: Sat, 4 Jun 2011 21:33:55 +0100 Subject: [PATCH] updated changelog for 0.4.0 --- Changelog.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 34e1bb2..7ee077d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,13 @@ version 0.4.0-SNAPSHOT ----------------------- -+ TODO ++ `DisconnectListener` -- possible to register a callback. ++ `FileTransfer` interface refactored. Local source and destination paths can be any implementation of `LocalSourceFile` and `LocalDestFile`, respectively. ++ Bug in case of SCP remote path having spaces fixed. ++ Deprecated `Command#getOutputAsString()` and `Command#getErrorAsString()` -- recommend using `IOUtils#pipeStream(..)` instead. ++ `StreamCopier` interface updated, now uses builder pattern. `start()` to spawn, `copy()` to do it in current thread and block. ++ Possible to specify an alternate path separator (for Windows SFTP servers). ++ Several internal refactorings that make the library much better... version 0.3.1 -----------------------