Add rest of 1.11 releases

This commit is contained in:
Jeff Forcier 2014-01-30 10:40:29 -08:00
parent d0d711ac78
commit a83f0d3038
1 changed files with 7 additions and 1 deletions

View File

@ -2,15 +2,21 @@
Changelog Changelog
========= =========
* :release:`1.11.4 <2014-01-21>`
* :release:`1.10.6 <2014-01-21>` * :release:`1.10.6 <2014-01-21>`
* :bug:`193` (and its attentant PRs :issue:`230` & :issue:`253`): Fix SSH agent * :bug:`193` (and its attentant PRs :issue:`230` & :issue:`253`): Fix SSH agent
problems present on Windows. Thanks to David Hobbs for initial report and to problems present on Windows. Thanks to David Hobbs for initial report and to
Aarni Koskela & Olle Lundberg for the patches. Aarni Koskela & Olle Lundberg for the patches.
* :release:`1.11.3 <2014-01-08>`
* :release:`1.10.5 <2014-01-08>` * :release:`1.10.5 <2014-01-08>`
* :bug:`176` Fix AttributeError bugs in known_hosts file (re)loading. Thanks * :bug:`176` Fix AttributeError bugs in known_hosts file (re)loading. Thanks
to Nathan Scowcroft for the patch & Martin Blumenstingl for the initial test to Nathan Scowcroft for the patch & Martin Blumenstingl for the initial test
case. case.
* :release:`1.10.4 <2013-09-27>` * :release:`1.11.2 <2013-09-27>`
* :release:`1.10.4 <2013-09-27>` 179, 200, 199
* :bug:`156` Fix potential deadlock condition when using Channel objects as
sockets (e.g. when using SSH gatewaying). Thanks to Steven Noonan and Frank
Arnold for catch & patch.
* :bug:`179` Fix a missing variable causing errors when an ssh_config file has * :bug:`179` Fix a missing variable causing errors when an ssh_config file has
a non-default AddressFamily set. Thanks to Ed Marshall & Tomaz Muraus for a non-default AddressFamily set. Thanks to Ed Marshall & Tomaz Muraus for
catch & patch. catch & patch.