summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-10-10 10:47:04 +0000
committerWerner Koch <wk@gnupg.org>2006-10-10 10:47:04 +0000
commit51eedb216b8191094bb625017bb9f0c357a1d171 (patch)
tree149263e7a4188a3c59110a943b0c7a2a343f462f /NEWS
parentfa35790126e1d8246cb91ec3b4b0995902703698 (diff)
downloadlibassuan-51eedb216b8191094bb625017bb9f0c357a1d171.tar.gz
portability fixeslibassuan-0.9.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a684131..2d8c43b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,15 @@
-Noteworthy changes in version 0.9.3
+Noteworthy changes in version 0.9.3 (2006-10-10)
------------------------------------------------
+ * Portability fixes.
+
+ * Pth is not anymore linked by means of weak symbol tricks. It is
+ now required to link to the pth version of libassuan. New aufoconf
+ macros are provided to to check for this. The pth version is only
+ build if Pth is available.
+
+ * configure does now check that descripotor passing is available. A
+ way to check at runtime for this is also provided
Noteworthy changes in version 0.9.2 (2006-10-04)