aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2023-07-24 05:55:09 +0000
committerNIIBE Yutaka <[email protected]>2023-07-24 05:55:09 +0000
commitbf25d0e39bdcff28dc690722b8defc21bebeeed3 (patch)
tree1bbf55097376da0b6efb77cf83da16683188994a /NEWS
parentsocket: Don't call pre/post_syscall for bind. (diff)
downloadlibassuan-bf25d0e39bdcff28dc690722b8defc21bebeeed3.tar.gz
libassuan-bf25d0e39bdcff28dc690722b8defc21bebeeed3.zip
Add new pipe functions to control its server process.
* src/assuan-pipe-connect.c (assuan_pipe_wait_server_termination) (assuan_pipe_kill_server): New. * src/assuan.h.in: Add new functions. * src/libassuan.def: Add symbols for those functions. * src/libassuan.vers: Likewise. * src/system-posix.c (__assuan_waitpid): Extend the semantics for OPTIONS. * src/system-w32.c (__assuan_waitpid): Likewise. -- GnuPG-bug-id: T6487 Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4665f56..3f92bd4 100644
--- a/NEWS
+++ b/NEWS
@@ -18,7 +18,10 @@ Noteworthy changes in version 3.0.0 (unreleased) [C_/A_/R_]
* Interface changes relative to the 3.0.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- assuan_sock_accept NEW.
+ assuan_sock_accept NEW.
+ assuan_pipe_wait_server_termination NEW.
+ assuan_pipe_kill_server NEW.
+
Noteworthy changes in version 2.5.5 (2021-03-22) [C8/A8/R5]