]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
NEWS: Update
authorSimon McVittie <smcv@collabora.com>
Fri, 25 Feb 2022 15:27:20 +0000 (15:27 +0000)
committerSimon McVittie <smcv@collabora.com>
Fri, 25 Feb 2022 15:27:20 +0000 (15:27 +0000)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index ace83b5b29a1b1331c69a75814f8f97e31c3ec08..67fe481470e7c14bfe69b2522a551cea279be277 100644 (file)
--- 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)
 =========================