summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-02-24 15:50:55 +0000
committerWerner Koch <wk@gnupg.org>2010-02-24 15:50:55 +0000
commitd20a4d4c79d4f12021383a7aeb5c34a861d858a4 (patch)
treeff2439480e53487d070a20b22faa2fc717b8af63 /NEWS
parent09633587a0f0301cfef5a745e58c47afb92fce99 (diff)
downloadlibassuan-d20a4d4c79d4f12021383a7aeb5c34a861d858a4.tar.gz
A couple of changes to eventually fully support W32ce.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d80c67a..739e043 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,15 @@ Noteworthy changes in version 2.0.1 (unreleased)
* Support for WindowsCE.
+ * Input and output notification handler can now really access the
+ parsed fd as stated in the manual.
+
+ * Interface changes relative to the 2.0.0 release:
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ assuan_free NEW.
+ _assuan_w32ce_create_pipe NEW.
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
Noteworthy changes in version 2.0.0 (2010-01-08)
------------------------------------------------