From: Simon McVittie Date: Fri, 25 Feb 2022 15:27:20 +0000 (+0000) Subject: NEWS: Update X-Git-Tag: dbus-1.12.22~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b71d1eed8e010b7106f567f8c6f10791924ecf7;p=thirdparty%2Fdbus.git NEWS: Update Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index ace83b5b2..67fe48147 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,17 @@ dbus 1.12.22 (UNRELEASED) Fixes: +• On Linux, when using traditional (non-systemd) service activation, + don't log warnings about failing to reset OOM score adjustment if the + process is already more susceptible to the OOM killer, as user processes + usually are with systemd ≥ 250. (dbus#374, Debian#1004543; Simon McVittie) + +• On Linux, when using traditional (non-systemd) system bus activation, + reset the OOM score adjustment to 0 as intended. + If the system dbus-daemon is protected from the OOM killer, this + avoids that protection unintentionally being inherited by every + system service. (dbus#378, Simon McVittie) + • Avoid malloc() after fork on non-GNU libc (dbus!181, Jean-Louis Fuchs) • Fix build with clang 13 by using Standard C offsetof where available @@ -19,6 +30,16 @@ Fixes: • Don't try to raise RLIMIT_NOFILE beyond OPEN_MAX on macOS (dbus#309, William Earley) +• Fix compilation if embedded tests are enabled but verbose mode and + stats are both disabled (Marc-André Lureau) + +• On Linux, fix a race condition in the integration test for transient + services (Debian#1005889, dbus!256; Simon McVittie) + +Internal changes: + +• CI updates + dbus 1.12.20 (2020-07-02) =========================