summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2012-01-25 15:19:45 +0100
committerWerner Koch <wk@gnupg.org>2012-01-25 15:19:45 +0100
commit5c00c7cc2901a879927a5756e1bb7ecf49439ebc (patch)
treefbd76300739653097b2e43694f9c5b2027747fe7 /NEWS
parentdbfbc908121afd1cf3177249d9378fc787a9cff7 (diff)
downloadlibassuan-5c00c7cc2901a879927a5756e1bb7ecf49439ebc.tar.gz
Make new functions also visible on non-W32.
* src/system-posix.c (__assuan_read, __assuan_write, __assuan_recvmsg) (__assuan_sendmsg, __assuan_waitpid): Make functions global. * src/libassuan.vers: Add above functions. * configure.ac: Set version to 2.1.0-git.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a4979c9..4876a50 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Noteworthy changes in version 2.1.0 (unreleased)
+------------------------------------------------
+
+ * Support for the nPth library.
+
+ * Interface changes relative to the 2.0.3 release:
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ASSUAN_SYSTEM_NPTH_IMPL NEW macro.
+ ASSUAN_SYSTEM_NPTH NEW macro.
+ __assuan_read NEW (private).
+ __assuan_write NEW (private).
+ __assuan_recvmsg NEW (private).
+ __assuan_sendmsg NEW (private).
+ __assuan_waitpid NEW (private).
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
Noteworthy changes in version 2.0.3 (2011-12-20)
------------------------------------------------