]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update NEWS
authorSimon McVittie <smcv@collabora.com>
Fri, 1 Sep 2023 16:26:54 +0000 (17:26 +0100)
committerSimon McVittie <smcv@collabora.com>
Fri, 1 Sep 2023 16:26:54 +0000 (17:26 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index 488ea3a5c375018d85b5a5ee2160611391a80ab1..5f062c9b6d979c650b86e88f4f37455cec0a803b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,17 @@
 dbus 1.15.10 (UNRELEASED)
 =========================
 
-...
+Build-time configuration changes:
+
+• The Autotools build system has been removed. Its replacement is Meson.
+  (dbus#443, Ralf Habacker)
+
+Enhancements:
+
+• Use 64-bit timestamps internally.
+  This will allow 32-bit builds of libdbus to continue working after 2038
+  if there is OS-level support for 64-bit time_t, either opt-in
+  (as on 32-bit glibc systems) or by default. (dbus!444, Alexander Kanavin)
 
 dbus 1.15.8 (2023-08-21)
 ========================