From 155f489a29ecc7d7b9b66e435739e69f40653562 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 8 Nov 2020 09:36:05 +0000 Subject: Add mention of ipc_bind_reuse_lock() to changelog --- NEWS | 4 ++++ doc/upgrade.html | 3 +++ 2 files changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 46dcfce..8823eeb 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,10 @@ In 2.9.4.0 ---------- - New openc_* functions. + - New function: ipc_bind_reuse_lock(), taking a lock before +unconditionally deleting the socket. + - ipc_bind_reuse() rewritten to use ipc_bind_reuse_lock(), +so it does the right thing instead of clobbering sockets. In 2.9.3.0 diff --git a/doc/upgrade.html b/doc/upgrade.html index dac82ce..56b00c6 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,6 +21,9 @@

in 2.9.3.0

-- cgit v1.2.3