From 5e38f2a2a8ca75a87d2a24b0ede5f83e6060add5 Mon Sep 17 00:00:00 2001 From: shikhar Date: Sat, 4 Jun 2011 13:35:41 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 7ee077d..6d4c7e6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,13 +1,13 @@ version 0.4.0-SNAPSHOT ----------------------- -+ `DisconnectListener` -- possible to register a callback. ++ `DisconnectListener` 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... ++ Several internal refactorings that make the library nicer... version 0.3.1 -----------------------