summaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-12-02 06:52:37 -0500
committerJason R. Coombs <jaraco@jaraco.com>2012-12-02 06:52:37 -0500
commitce86a53a37c1573a5633699cf7f795768907f9a2 (patch)
tree20f51b6d21c636b3b6b942ad5400ed582bb85e89 /NEWS
parent7bde7840dd4ffeae3c794eca216244975c856f94 (diff)
Updated NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1cfaa7e7..2aa5da60 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,10 @@ v1.10.0 (DD MM YYYY)
* #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.
v1.9.0 (6th Nov 2012)
---------------------
@@ -301,7 +305,7 @@ v1.5 (paras) 02oct05
separation
* demo scripts fixed to have a better chance of loading the host keys
correctly on windows/cygwin
-
+
v1.4 (oddish) 17jul05
---------------------
* added SSH-agent support (for posix) from john rochester