summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2013-03-19 13:25:25 -0700
committerJeff Forcier <jeff@bitprophet.org>2013-03-19 13:25:25 -0700
commitd5db60329701df2423909773af9cc9aa5df4d4f6 (patch)
treebae340eda2ae60837dcf041d8e8a470087fe27f1
parent0cc6bb970f54467841084f5a6199985d0ec045b1 (diff)
Move changelog re #100 to new release chunk
-rw-r--r--NEWS11
1 files changed, 7 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 5d989f09..b99645d7 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
--------------------
@@ -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)
---------------------