summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-12-02 07:34:31 -0500
committerJason R. Coombs <jaraco@jaraco.com>2012-12-02 07:34:31 -0500
commit5f5137414c91c931f04522b1bb8c2800294d6a90 (patch)
treeb0500ec26b1165fc367795c421287fb65a6fbb16
parent6c4c00a3f3941a37e3bc25e9ed59e889b93cd06d (diff)
Add NEWS entry
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2aa5da60..96b1261f 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,12 @@ v1.10.0 (DD MM YYYY)
dependent on ctypes for constructing appropriate structures and had ctypes
implementations of all functionality. Thanks to Jason R. Coombs for the
patch.
+* #98: On Windows, when interacting with the PuTTY PAgeant, Paramiko now
+ creates the shared memory map with explicit Security Attributes of the user,
+ which is the same technique employed by the canonical PuTTY library to
+ avoid permissions issues when Paramiko is running under a different UAC
+ context than the PuTTY Ageant process. Thanks to Jason R. Coombs for the
+ patch.
v1.9.0 (6th Nov 2012)
---------------------