diff options
author | Werner Koch <[email protected]> | 2006-09-14 11:17:33 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-09-14 11:17:33 +0000 |
commit | f4f90811735b1f599e207e49d449abfa9d47897d (patch) | |
tree | b509639246290da27975771f95b8d46cf57ec60c /NEWS | |
parent | More tweaks for descriptor passing. (diff) | |
download | libassuan-0.9.0.tar.gz libassuan-0.9.0.zip |
Preparing a new releaselibassuan-0.9.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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) ------------------------------------------------- |