diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-04-28 19:26:16 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-28 19:26:16 -0700 |
commit | 471d46d5b982ca8cc1081523ba5248535534c497 (patch) | |
tree | 865a31cd375d442a6f72339ed5f094197b73fdfa /sites/www/changelog.rst | |
parent | bdf5e970e1d683d3da6d49ee1c8d90ecaf47d40e (diff) | |
parent | c6f532425701a6f447fc6abff8c5924091f95bdf (diff) |
Merge branch '1.15' into 1.16
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 640dc79b..e5ecde99 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -20,9 +20,9 @@ Changelog 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 (1.15+)` Clean up ``setup.py`` to always use ``setuptools``, - not doing so was a historical artifact from bygone days. Thanks to Alex - Gaynor. +* :support:`729 backported (1.15+)` Clean up ``setup.py`` to always use + ``setuptools``, not doing so was a historical artifact from bygone days. + Thanks to Alex Gaynor. * :bug:`617` (aka `fabric/fabric#1429 <https://github.com/fabric/fabric/issues/1429>`_; via :issue:`679`; related: :issue:`678`, :issue:`685`, :issue:`615` & :issue:`616`) Fix up @@ -31,28 +31,28 @@ Changelog for the report & Marius Gedminas for the patch. * :bug:`613` (via :issue:`619`) Update to ``jaraco.windows`` 3.4.1 to fix some errors related to ``ctypes`` on Windows platforms. Credit to Jason R. Coombs. -* :support:`621 (1.15+)` Annotate some public attributes on +* :support:`621 backported (1.15+)` Annotate some public attributes on `~paramiko.channel.Channel` such as ``.closed``. Thanks to Sergey Vasilyev for the report. * :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 & original patch. -* :support:`612 (1.15+)` 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 3.5). Props to Ed Kellett for assistance during some of the +* :support:`612 backported (1.15+)` 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 3.5). Props to Ed Kellett for assistance during some of the troubleshooting. -* :support:`697` Remove whitespace in our ``setup.py``'s ``install_requires`` - as it triggers occasional bugs in some versions of ``setuptools``. Thanks to - Justin Lecher for catch & original patch. +* :support:`697 backported (1.15+)` Remove whitespace in our ``setup.py``'s + ``install_requires`` as it triggers occasional bugs in some versions of + ``setuptools``. Thanks to Justin Lecher for catch & original patch. * :bug:`499` Strip trailing/leading whitespace from lines when parsing SSH config files - this brings things in line with OpenSSH behavior. Thanks to Alfredo Esteban for the original report and Nick Pillitteri for the patch. * :bug:`652` Fix behavior of ``gssapi-with-mic`` auth requests so they fail gracefully (allowing followup via other auth methods) instead of raising an exception. Patch courtesy of ``@jamercee``. -* :support:`636` Clean up and enhance the README (and rename it to - ``README.rst`` from just ``README``). Thanks to ``@LucasRMehl``. +* :support:`636 backported (1.15+)` Clean up and enhance the README (and rename + it to ``README.rst`` from just ``README``). Thanks to ``@LucasRMehl``. * :release:`1.16.0 <2015-11-04>` * :bug:`194 major` (also :issue:`562`, :issue:`530`, :issue:`576`) Streamline use of ``stat`` when downloading SFTP files via `SFTPClient.get |