aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-09-14 11:17:33 +0000
committerWerner Koch <[email protected]>2006-09-14 11:17:33 +0000
commitf4f90811735b1f599e207e49d449abfa9d47897d (patch)
treeb509639246290da27975771f95b8d46cf57ec60c /NEWS
parentMore tweaks for descriptor passing. (diff)
downloadlibassuan-0.9.0.tar.gz
libassuan-0.9.0.zip
Preparing a new releaselibassuan-0.9.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 6 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index c718010..5e93da4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-Noteworthy changes in version 0.9.0
--------------------------------------------------
+Noteworthy changes in version 0.9.0 (2006-09-14)
+------------------------------------------------
* Internal cleanups to make inclusion of the code into libraries
easier.
@@ -17,11 +17,13 @@ Noteworthy changes in version 0.9.0
printing of the full data, a new environment variable
ASSUAN_FULL_LOGGING may be set to any value.
- * Removed the assuan_domain functions.
+ * Removed the assuan_domain_* functions.
- * New functions assuan_pipe_connect_ext and assuan_socket_connext_ext
+ * New functions assuan_pipe_connect_ext and assuan_socket_connect_ext
to allow connections on a socketpair and to pass descriptors.
+ * New function assuan_get_peercred.
+
Noteworthy changes in version 0.6.10 (2005-06-20)
-------------------------------------------------