15
0
Denisart Benjamin
2013-11-25 22:53:27 +00:00
committed by Git OBS Bridge
parent f86537b755
commit facafbb788
4 changed files with 32 additions and 9 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Oct 27 17:50:34 UTC 2013 - lukas@wunner.de
- update to 1.11.2:
* #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.
* #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 catch & patch.
* #200: Fix an exception-causing typo in `demo_simple.py`. Thanks to
Alex Buchanan for catch & Dave Foster for patch.
* #199: Typo fix in the license header cross-project. Thanks to Armin
Ronacher for catch & patch.
* #162: Clean up HMAC module import to avoid deadlocks in certain uses
of SSHClient. Thanks to Gernot Hillier for the catch & suggested fix.
* #36: Fix the port-forwarding demo to avoid file descriptor errors.
Thanks to Jonathan Halcrow for catch & patch.
* #168: Update config handling to properly handle multiple 'localforward'
and 'remoteforward' keys. Thanks to Emre Yilmaz for the patch.
-------------------------------------------------------------------
Tue Sep 3 08:06:53 UTC 2013 - dmueller@suse.com