diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-04-25 18:45:09 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-25 18:45:09 -0700 |
commit | 820a2c720f0a6b39df2657b83a169b7e68f85fc7 (patch) | |
tree | 7ef1b2e9106ab681ddfb3b20f9199554ab3c41b9 /sites/www/changelog.rst | |
parent | 39244216e4b8b1e0ef684473b9387dca7256bc37 (diff) | |
parent | e9cc18a3986de129b7efc54c1edfd19bad218798 (diff) |
Merge branch 'master' into 731-int
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 7cca1840..835b7c85 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,15 @@ Changelog ========= +* :release:`1.17.0 <2016-04-25>` +* :release:`1.16.1 <2016-04-25>` +* :release:`1.15.5 <2016-04-25>` +* :bug:`670` Due to an earlier bugfix, less-specific ``Host`` blocks' + ``ProxyCommand`` values were overriding ``ProxyCommand none`` in + more-specific ``Host`` blocks. This has been fixed in a backwards compatible + manner (i.e. ``ProxyCommand none`` continues to appear as a total lack of any + ``proxycommand`` key in parsed config structures). Thanks to Pat Brisbin for + the catch. * :bug:`676` (via :issue:`677`) Fix a backwards incompatibility issue that cropped up in `SFTPFile.prefetch <~paramiko.sftp_file.prefetch>` re: the erroneously non-optional ``file_size`` parameter. Should only affect users @@ -127,8 +136,8 @@ Changelog class. Thanks to Jared Hance for the patch. * :support:`516 backported` Document `~paramiko.agent.AgentRequestHandler`. Thanks to ``@toejough`` for report & suggestions. -* :bug:`496` Fix a handful of small but critical bugs in Paramiko's GSSAPI - support (note: this includes switching from PyCrypo's Random to +* :bug:`496 (1.15+)` Fix a handful of small but critical bugs in Paramiko's + GSSAPI support (note: this includes switching from PyCrypo's Random to `os.urandom`). Thanks to Anselm Kruis for catch & patch. * :bug:`491` (combines :issue:`62` and :issue:`439`) Implement timeout functionality to address hangs from dropped network connections and/or failed |