From c4687dbe1c2b99f96a315d8b2907ecac4fef6cbb Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Fri, 21 Jul 2023 13:45:28 +0900 Subject: Update NEWS. Signed-off-by: NIIBE Yutaka --- NEWS | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3e23a79..4665f56 100644 --- a/NEWS +++ b/NEWS @@ -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 - . + . [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: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3