]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update NEWS
authorSimon McVittie <smcv@collabora.com>
Mon, 5 Jun 2023 18:49:31 +0000 (19:49 +0100)
committerSimon McVittie <smcv@collabora.com>
Mon, 5 Jun 2023 18:49:31 +0000 (19:49 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index b7eb5acc4cd242795293f5e18f638f6f0d22e947..a1ce5dcdd7f3dc30f007b279e7d36604e2c19b45 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,35 @@
 dbus 1.15.6 (UNRELEASED)
 ========================
 
-...
+Enhancements:
+
+• Special-case reading pseudo-files from Linux /proc to take into
+  account the filesystem's unusual semantics (dbus!401, Luca Boccassi)
+
+Fixes:
+
+• Fix compilation on compilers not supporting __FUNCTION__
+  (dbus!404, Barnabás Pőcze)
+
+• Fix some memory leaks on out-of-memory conditions
+  (dbus!403, Barnabás Pőcze)
+
+• Documentation:
+  · Update the README to recommend building with Meson
+    (dbus!402, Ahmed Abdelfattah)
+  · Fix syntax of a code sample in dbus-api-design
+    (dbus!396; Yen-Chin, Lee)
+
+• CMake build fixes:
+  · Detect presence of <sys/syscall.h> (dbus!400, Luca Boccassi)
+
+Tests and CI enhancements:
+
+• Fix CI pipelines after freedesktop/freedesktop#540
+  (dbus!405, dbus#456; Simon McVittie)
+
+• Ensure the messagebus user is created if necessary
+  (dbus#445, Ralf Habacker)
 
 dbus 1.15.4 (2023-02-08)
 ========================