Skip to content

Commit

Permalink
Move changelog re paramiko#100 to new release chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Mar 19, 2013
1 parent 0cc6bb9 commit d5db603
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ Issues noted as "Fabric #NN" can be found at https://github.com/fabric/fabric/.
Releases
========

v1.11.0 (DD MM YYYY)
--------------------
* #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.10.0 (1st Mar 2013)
--------------------

Expand Down Expand Up @@ -50,10 +57,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.

v1.9.0 (6th Nov 2012)
---------------------
Expand Down

0 comments on commit d5db603

Please sign in to comment.