summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-04-28 19:54:43 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-04-28 19:54:43 -0700
commit045f6de5f545ae2020c0a706269cf4d806234504 (patch)
tree7af9f2b629299c8ba9b765634c07403fa9bd02ec
parent471d46d5b982ca8cc1081523ba5248535534c497 (diff)
parent35b414496431a0dfb1caba07fc84f2280250d0d9 (diff)
downloadparamiko-045f6de5f545ae2020c0a706269cf4d806234504.tar.gz
Merge branch '1.15' into 1.16
-rw-r--r--sites/www/changelog.rst25
1 files changed, 13 insertions, 12 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index e5ecde99..225e5778 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -20,7 +20,7 @@ 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 backported (1.15+)` Clean up ``setup.py`` to always use
+* :support:`729 backported (>=1.15,<2.0)` 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
@@ -31,28 +31,29 @@ 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 backported (1.15+)` Annotate some public attributes on
+* :support:`621 backported (>=1.15,<2.0)` 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 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 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.
+* :support:`612 backported (>=1.15,<2.0)` 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 backported (>=1.15,<2.0)` 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 backported (1.15+)` Clean up and enhance the README (and rename
- it to ``README.rst`` from just ``README``). Thanks to ``@LucasRMehl``.
+* :support:`636 backported (>=1.15,<2.0)` 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