From d5e0aa3f74cbc74ae55983f37c779a93068e4246 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Tue, 28 May 2024 11:27:29 +0900 Subject: Modify documentation for new release. -- Signed-off-by: NIIBE Yutaka --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 3a86eca..66b5361 100644 --- a/NEWS +++ b/NEWS @@ -5,12 +5,12 @@ Noteworthy changes in version 3.0.0 (unreleased) [C_/A_/R_] * New function assuan_sock_accept. [T5925] - * API change: For new code, which use with nPTH, please use - gpgrt_get_syscall_clamp and assuan_control, instead of the + * API change: For new code, which uses libassuan with nPTH, please + use gpgrt_get_syscall_clamp and assuan_control, instead of the system_hooks API. Use of ASSUAN_SYSTEM_NPTH is deprecated with new API version 3. If it's really needed to keep using old - implementation of ASSUAN_SYSTEM_NPTH (together with new API version - 3), you need to change your your application code, to define + implementation of ASSUAN_SYSTEM_NPTH, you need to change your your + application code, to define ASSUAN_REALLY_REQUIRE_V2_NPTH_SYSTEM_HOOKS before including . For an application which uses version 2 API (NEED_LIBASSUAN_API=2 in its configure.ac), use of -- cgit v1.2.3