diff options
author | NIIBE Yutaka <[email protected]> | 2023-07-21 04:45:28 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2023-07-21 04:45:28 +0000 |
commit | c4687dbe1c2b99f96a315d8b2907ecac4fef6cbb (patch) | |
tree | 5ce79b248b91851bc84b1995d40cf4080653eb24 | |
parent | Expose assuan_sock_accept function. (diff) | |
download | libassuan-c4687dbe1c2b99f96a315d8b2907ecac4fef6cbb.tar.gz libassuan-c4687dbe1c2b99f96a315d8b2907ecac4fef6cbb.zip |
Update NEWS.
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | NEWS | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,14 +1,20 @@ Noteworthy changes in version 3.0.0 (unreleased) [C_/A_/R_] ------------------------------------------------ + * Windows support for sendfd/recvfd. [T6236] + + * New function assuan_sock_accept. [T5925] + * Use of ASSUAN_SYSTEM_NPTH is deprecated. Instead, when you use nPTH, please use the gpgrt_set_syscall_clamp function from gpgrt library to set npth_unprotect/npth_protect. If it's really needed (to support running with old versions of libassuan), please define ASSUAN_REALLY_REQUIRE_OLD_WAY_OF_SYSTEM_NPTH before including - <assuan.h>. + <assuan.h>. [T5914] + + * No support for WindowsCE, any more. [T6170] - * No support for WindowsCE, any more. + * Implement timeout in assuan_sock_connect_byname. [T3302] * Interface changes relative to the 3.0.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |