summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2013-03-19 13:37:55 -0700
committerJeff Forcier <jeff@bitprophet.org>2013-03-19 13:37:55 -0700
commit0392e3df8f5efab2551ca8f5f758f3acdb5d5ecc (patch)
tree94614de5dfe345a4bd4fadf22d1bd22e2e443727
parenta7ee2509e48d7e2bb533ce5e50796b9a887c7a8a (diff)
downloadparamiko-0392e3df8f5efab2551ca8f5f758f3acdb5d5ecc.tar.gz
Shuffle changelog
-rw-r--r--NEWS16
1 files changed, 6 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index e8fceab2..4c54c990 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,12 @@ Releases
v1.11.0 (DD MM YYYY)
--------------------
+
+* #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.
* #100: Remove use of PyWin32 in `win_pageant` module. Module was already
dependent on ctypes for constructing appropriate structures and had ctypes
implementations of all functionality. Thanks to Jason R. Coombs for the
@@ -57,16 +63,6 @@ v1.10.0 (1st Mar 2013)
* #80: Expose the internal "is closed" property of the file transfer class
`BufferedFile` as `.closed`, better conforming to Python's file interface.
Thanks to `@smunaut` and James Hiscock for catch & patch.
-* #100: Remove use of PyWin32 in `win_pageant` module. Module was already
- 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)
---------------------