summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-02-25 15:27:20 +0000
committerSimon McVittie <smcv@collabora.com>2022-02-25 15:27:20 +0000
commit2b71d1eed8e010b7106f567f8c6f10791924ecf7 (patch)
tree9823565481d40374d025709d059126a9c244ef08
parentb4448e60764d3cb92d0a16842ca7303a0e93a7ec (diff)
downloaddbus-2b71d1eed8e010b7106f567f8c6f10791924ecf7.tar.gz
NEWS: Update
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ace83b5b..67fe4814 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)
=========================