summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-11-26 18:16:13 +0100
committerWerner Koch <wk@gnupg.org>2015-11-26 18:16:13 +0100
commit18ca1593c62d62bb72b4e7e14347cd221c187138 (patch)
treecd517fcf06f9dd5dc5d0d6d15004e03f0f884c8e /NEWS
parent9f24377f9f19983926233af8b475328bb7fe9e65 (diff)
downloadlibassuan-18ca1593c62d62bb72b4e7e14347cd221c187138.tar.gz
Protect connect system hook against blocking (nPth).
* src/assuan.h.in (ASSUAN_SYSTEM_NPTH_IMPL): Add wrapper for connect. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 786297b..7168207 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
Noteworthy changes in version 2.4.2 (unreleased) [C7/A7/R_]
------------------------------------------------
+ * The nPth version of the connect system hook does now wrap the call
+ with npth_unprotec/npth_protect to avoid blocking during a connect.
+
Noteworthy changes in version 2.4.1 (2015-11-23) [C7/A7/R1]
------------------------------------------------