diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2012-12-02 07:34:31 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-12-02 07:34:31 -0500 |
commit | 5f5137414c91c931f04522b1bb8c2800294d6a90 (patch) | |
tree | b0500ec26b1165fc367795c421287fb65a6fbb16 | |
parent | 6c4c00a3f3941a37e3bc25e9ed59e889b93cd06d (diff) |
Add NEWS entry
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) --------------------- |