summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2013-09-27 21:57:37 -0700
committerJeff Forcier <jeff@bitprophet.org>2013-09-27 21:57:37 -0700
commitceb39683dc3a5326b090edec855366e4dfe70887 (patch)
tree0c712424afb95027fcedb2af3eea8ee8b1d717f9
parentf88875da3fdf7839f2167e5991fe603b619eae5a (diff)
Clone 1.10.4 items to 1.11.2
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index caabc651..1a64bebf 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,13 @@ v1.11.2 (27th Sep 2013)
* #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.
v1.10.4 (27th Sep 2013)
-----------------------