diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-04-23 18:57:13 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-23 18:57:13 -0700 |
commit | a0bf23a25c39d5c4d61dda29b60b04c1a6fd1c41 (patch) | |
tree | 14a49408fd2d4248e8ce45650d9c73435f8522af /sites | |
parent | 294bc5eb4b66f72366b275715fbf33b10ed764e6 (diff) | |
parent | c312b620e7945797468702aeb27cb58def3f0f80 (diff) |
Merge branch '1.15' into 1.16
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 072607ee..69b65360 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +* :bug:`632` Fix logic bug in the SFTP client's callback-calling functionality; + previously there was a chance the given callback would fire twice at the end + of a transfer. Thanks to ``@ab9-er`` for catch & original patch. * :support:`612` Identify & work around a race condition in the test for handshake timeouts, which was causing frequent test failures for a subset of contributors as well as Travis-CI (usually, but not always, limited to Python |