summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-04-24 22:03:53 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-04-24 22:03:53 -0700
commit8740474f4dad288632135d38ce04d268a9a8ad65 (patch)
tree1fb80145cae129a3fbeb16ea2aedf3121634915e /sites/www/changelog.rst
parent905e4a115f90a356df92394067d1b6c555c18fad (diff)
parent30dabfffe8f4e41d6d8f75fc7fbef32e55f15983 (diff)
Merge branch '1.15' into 1.16
Diffstat (limited to 'sites/www/changelog.rst')
-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 7c0fe4c9..eb89a4ee 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.
* :bug:`716` Fix a Python 3 compatibility issue when handling two-factor
authentication. Thanks to Mateusz Kowalski for the catch & original patch.
* :support:`729 backported` Clean up ``setup.py`` to always use ``setuptools``,