aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2023-07-25 00:57:51 +0000
committerNIIBE Yutaka <[email protected]>2023-07-25 00:57:51 +0000
commitc6ae2229616f521b4c01cbdcf901e29daee9bbc4 (patch)
treed18f9060422d160e42db0cd94237c9bb204c6044
parentAdd new pipe functions to control its server process. (diff)
downloadlibassuan-c6ae2229616f521b4c01cbdcf901e29daee9bbc4.tar.gz
libassuan-c6ae2229616f521b4c01cbdcf901e29daee9bbc4.zip
Update NEWS.
-- Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3f92bd4..ae9fb44 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,9 @@ Noteworthy changes in version 3.0.0 (unreleased) [C_/A_/R_]
* Implement timeout in assuan_sock_connect_byname. [T3302]
+ * New functions assuan_pipe_wait_server_termination and
+ assuan_pipe_kill_server to support abstraction of process. [T6487]
+
* Interface changes relative to the 3.0.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
assuan_sock_accept NEW.