diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-04-23 18:36:27 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-23 18:36:27 -0700 |
commit | 3f151d44b95a414918237be91ae0fba8b167faa2 (patch) | |
tree | 9daa6309ef3109ed4df8f9150f062e7c15943cdf /sites/www | |
parent | 7b2931f040d824a7d5973b704b2835b842384667 (diff) |
Changelog closes #632
Diffstat (limited to 'sites/www')
-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 135bb839..9989fa35 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 & 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 |