summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-04-24 22:08:49 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-04-24 22:08:49 -0700
commit04000116ccbe7173b9d8d83fc0c1d5e5b43e32fd (patch)
treeb7bb08b3e1cfc472934210f0537c726da0b5541c /sites/www/changelog.rst
parent08b76eaa39983ea931bc285c1df3a105f78c185f (diff)
parent8740474f4dad288632135d38ce04d268a9a8ad65 (diff)
Merge branch '1.16' into 1.17
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 8caaba22..5c11a052 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -3,6 +3,9 @@ Changelog
=========
* :release:`1.17.0 <2016-04-25>`
+* :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``,