summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-04-24 22:03:18 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-04-24 22:03:18 -0700
commit30dabfffe8f4e41d6d8f75fc7fbef32e55f15983 (patch)
tree8430a0aea24dbbd2c6faa9ff918e7b93c58daa7d
parentd678211cf2b1076326fc42bf65f8476fb77df8ee (diff)
downloadparamiko-30dabfffe8f4e41d6d8f75fc7fbef32e55f15983.tar.gz
Changelog closes #578
-rw-r--r--sites/www/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index b9d8b28e..498f809e 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+* :bug:`577` (via :issue:`578`; should also fix :issue:`718`, :issue:`560`) Fix
+ stalled/hung SFTP downloads by cleaning up some threading lock issues. Thanks
+ to Stephen C. Pope for the patch.
* :support:`729 backported` Clean up ``setup.py`` to always use ``setuptools``,
not doing so was a historical artifact from bygone days. Thanks to Alex
Gaynor.