]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
NEWS: Update
authorSimon McVittie <smcv@collabora.com>
Tue, 1 Oct 2024 14:51:23 +0000 (15:51 +0100)
committerSimon McVittie <smcv@collabora.com>
Tue, 1 Oct 2024 14:51:23 +0000 (15:51 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index 0673c72890009278f7967d384561d49ad8e52194..06a7bb9833ae6a6d6133bbadc45f1d032d138e19 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,30 @@
 dbus 1.15.12 (UNRELEASED)
 =========================
 
-...
+Enhancements:
+
+• D-Bus Specification 0.43:
+  · Reorganise documentation of the message bus to make it easier to add
+    new interfaces (dbus!472, Simon McVittie)
+  · Document o.fd.DBus.Debug.Stats interface (dbus!472, Simon McVittie)
+  · Document o.fd.DBus.Verbose interface (dbus!472, Simon McVittie)
+  · Formatting improvements (dbus!471, dbus!472; Simon McVittie)
+  · Don't imply that all clients need to support obsolete message bus
+    implementations (dbus!471, Simon McVittie)
+
+Bug fixes:
+
+• When building API documentation with Doxygen, always generate a working
+  link in the index HTML page
+  (dbus#519, dbus!470; Ralf Habacker, Simon McVittie)
+
+• When building with Meson, add (more) test dependencies so that 'meson test'
+  does not always need to be preceded by 'meson compile'
+  (dbus!468, Simon McVittie)
+
+Internal changes:
+
+• CI fixes (dbus!474, Simon McVittie)
 
 dbus 1.15.10 (2024-09-25)
 =========================
@@ -94,6 +117,10 @@ Build-time configuration changes:
 
 Enhancements:
 
+• D-Bus Specification 0.42:
+  · GetConnectionCredentials can return ProcessFD
+    (dbus!420, dbus!398; Luca Boccassi)
+
 • On Linux with sufficiently new glibc and kernel headers, report a pinned
   process file descriptor (pidfd) as the ProcessFD member of the
   GetConnectionCredentials() result