summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMarcus Brinkmann <mb@g10code.com>2009-12-15 01:36:40 +0000
committerMarcus Brinkmann <mb@g10code.com>2009-12-15 01:36:40 +0000
commit42ccca321cc69db9891a2413747078e079d4f1ad (patch)
treecec776cb789efebef8642475c64016eb08adc6f6 /NEWS
parent6c94b937ba12ef36b225e9273c42365168bbd723 (diff)
downloadlibassuan-42ccca321cc69db9891a2413747078e079d4f1ad.tar.gz
2009-12-15 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Bump version to 2.0.0.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f5d15cc..1174d69 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 1.1.0 (unreleased)
+Noteworthy changes in version 2.0.0 (unreleased)
------------------------------------------------
* Now using libtool and builds a DSO.
@@ -58,8 +58,8 @@ assuan_init_pipe_server CHANGED: Take ctx arg instead of pointer to ctx.
CHANGED: Swallows fds (are closed at end).
CHANGED: Take assuan_fd_t.
assuan_fdopen NEW
-assuan_set_io_hooks REMOVED: Will come back in expanded form.
-assuan_io_hooks_t REMOVED: Will come back in expanded form.
+assuan_set_io_hooks REMOVED: Use assuan_system_hooks interface.
+assuan_io_hooks_t REMOVED: Use assuan_system_hooks interface.
assuan_io_monitor_t CHANGED: Add a hook data argument.
assuan_get_command_name NEW
assuan_msghdr_t NEW