aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2024-05-28 02:27:29 +0000
committerNIIBE Yutaka <[email protected]>2024-05-28 02:27:29 +0000
commitd5e0aa3f74cbc74ae55983f37c779a93068e4246 (patch)
tree8364b7ee20342607c8c16aac89939ea34ddb95e1
parentFix the previous commit. (diff)
downloadlibassuan-d5e0aa3f74cbc74ae55983f37c779a93068e4246.tar.gz
libassuan-d5e0aa3f74cbc74ae55983f37c779a93068e4246.zip
Modify documentation for new release.
-- Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r--NEWS8
1 files 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
<assuan.h>. For an application which uses version 2 API
(NEED_LIBASSUAN_API=2 in its configure.ac), use of