From 359048410ba77d4ea1bcb11e93bbff30bc8e73dc Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Tue, 20 Oct 2020 23:06:03 +0000 Subject: [PATCH] dist: Add missing items from 4.0.4 NEWS Not sure how this happened, but the 4.0.4 items in master were shorter than in the 4.0.x branch. Signed-off-by: Brian Barrett --- NEWS | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 69730d9c3b..acfc4ffaf3 100644 --- a/NEWS +++ b/NEWS @@ -102,9 +102,13 @@ Master (not on release branches yet) - Fix a problem building C++ applications with newer versions of GCC. Thanks to Constantine Khrulev for reporting. -4.0.4 -- May, 2020 ------------------------ +4.0.4 -- June, 2020 +------------------- +- Fix a memory patcher issue intercepting shmat and shmdt. This was + observed on RHEL 8.x ppc64le (see README for more info). +- Fix an illegal access issue caught using gcc's address sanitizer. + Thanks to Georg Geiser for reporting. - Add checks to avoid conflicts with a libevent library shipped with LSF. - Switch to linking against libevent_core rather than libevent, if present. - Add improved support for UCX 1.9 and later.