diff options
author | NIIBE Yutaka <[email protected]> | 2023-07-25 00:57:51 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2023-07-25 00:57:51 +0000 |
commit | c6ae2229616f521b4c01cbdcf901e29daee9bbc4 (patch) | |
tree | d18f9060422d160e42db0cd94237c9bb204c6044 | |
parent | Add new pipe functions to control its server process. (diff) | |
download | libassuan-c6ae2229616f521b4c01cbdcf901e29daee9bbc4.tar.gz libassuan-c6ae2229616f521b4c01cbdcf901e29daee9bbc4.zip |
Update NEWS.
--
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |