summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2012-10-14 21:46:50 -0700
committerJeff Forcier <jeff@bitprophet.org>2012-10-14 21:46:50 -0700
commit1341e28882998a08fa2bf00c21047207dff3e18a (patch)
treea6a01cc570d31f65453528464ef450d02b260ec0 /NEWS
parent8e5f774965bc281b8154379f68e6152356eedfd8 (diff)
downloadparamiko-1341e28882998a08fa2bf00c21047207dff3e18a.tar.gz
Move SFTPClient.get() termination condition to loop end.
Ensures callback always executes even for zero-len files. Fixes #90
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7a08dea9..de83fb2a 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ Releases
v1.8.1 (DD MM YYYY)
-------------------
+* #90: Ensure that callbacks handed to `SFTPClient.get()` always fire at least
+ once, even for zero-length files downloaded. Thanks to Github user `@enB` for
+ the catch.
+
v1.8.0 (3rd Oct 2012)
---------------------