summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-11-04 14:53:41 -0800
committerJeff Forcier <jeff@bitprophet.org>2015-11-04 14:53:41 -0800
commit935711b5a17370494a7b2b8b4587f5466badf1e8 (patch)
tree17d470cf884a705e7d8786ca32d4c19e58c68594
parent5b077c2022f150a8143a306df0ae8dae6427a4a8 (diff)
downloadparamiko-935711b5a17370494a7b2b8b4587f5466badf1e8.tar.gz
Changelog closes #194
-rw-r--r--sites/www/changelog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 6ea85c45..304f10a6 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,11 @@
Changelog
=========
+* :bug:`194 major` (also :issue:`562`, :issue:`530`, :issue:`576`) Streamline
+ use of ``stat`` when downloading SFTP files via `SFTPClient.get
+ <paramiko.sftp_client.SFTPClient.get>`; this avoids triggering bugs in some
+ off-spec SFTP servers such as IBM Sterling. Thanks to ``@muraleee`` for the
+ initial report and to Torkil Gustavsen for the patch.
* :feature:`467` (also :issue:`139`, :issue:`412`) Fully enable two-factor
authentication (e.g. when a server requires ``AuthenticationMethods
pubkey,keyboard-interactive``). Thanks to ``@perryjrandall`` for the patch