diff options
author | NIIBE Yutaka <[email protected]> | 2024-05-28 02:27:29 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2024-05-28 02:27:29 +0000 |
commit | d5e0aa3f74cbc74ae55983f37c779a93068e4246 (patch) | |
tree | 8364b7ee20342607c8c16aac89939ea34ddb95e1 | |
parent | Fix the previous commit. (diff) | |
download | libassuan-d5e0aa3f74cbc74ae55983f37c779a93068e4246.tar.gz libassuan-d5e0aa3f74cbc74ae55983f37c779a93068e4246.zip |
Modify documentation for new release.
--
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |