]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update NEWS
authorSimon McVittie <smcv@collabora.com>
Fri, 6 Dec 2024 13:53:23 +0000 (13:53 +0000)
committerSimon McVittie <smcv@collabora.com>
Fri, 6 Dec 2024 13:53:23 +0000 (13:53 +0000)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index ef03cd44913fbaf3fea95b351366e63c245a526e..2c24d5d4199f884300a7cac4706fe255ecc54612 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -59,15 +59,24 @@ New features and significant bug fixes:
 
 • Portability to CPU architectures with larger-than-64-bit pointers
 
-dbus 1.15.14 (UNRELEASED)
+dbus 1.15.90 (2024-12-06)
 =========================
 
-Bug fixes:
+The “futuristic flyer” release.
+
+This is a release-candidate for the new dbus 1.16.x stable branch.
+
+Build-time configuration changes:
+
+• The experimental Containers1 interface has been removed from this branch.
+  It is incomplete and not ready for production use, and has been
+  compile-time-disabled and impossible to enable without patching
+  since 1.13.20. To reduce confusion, delete the code completely.
+  It remains present on the git `master` branch for 1.17.x, and will
+  hopefully be reinstated during the 1.17.x cycle.
+  (dbus!488, dbus!490; Simon McVittie)
 
-• Don't create /run/dbus/containers from tmpfiles.d.
-  It's only needed by a feature that is not available on this branch,
-  and can cause warnings from systemd-tmpfiles if the system bus user
-  has not been created (dbus!488, Simon McVittie)
+Bug fixes:
 
 • Fix the Devhelp index for API documentation (dbus!486, Simon McVittie)