Skip to content

Commit

Permalink
Updated NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco authored and bitprophet committed Mar 19, 2013
1 parent c305691 commit 0cc6bb9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ 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.

v1.9.0 (6th Nov 2012)
---------------------
Expand Down Expand Up @@ -325,7 +329,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
Expand Down

0 comments on commit 0cc6bb9

Please sign in to comment.