]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update NEWS for 1.14.x
authorSimon McVittie <smcv@collabora.com>
Wed, 8 Feb 2023 10:32:12 +0000 (10:32 +0000)
committerSimon McVittie <smcv@collabora.com>
Wed, 8 Feb 2023 10:32:12 +0000 (10:32 +0000)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index f028116f1f3528763c6742ae70633a450ec1dca1..15d647780ed0b0725d1be60ade90fc49340b1852 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,9 +15,29 @@ Fixes:
 • Avoid a data race in multi-threaded use of DBusCounter
   (dbus#426, Ralf Habacker)
 
+• Fix a crash with some glibc versions when non-auditable SELinux events
+  are logged (dbus!386, Jeremi Piotrowski)
+
 • If dbus_message_demarshal() runs out of memory while validating a message,
   report it as NoMemory rather than InvalidArgs (dbus#420, Simon McVittie)
 
+• Use C11 _Alignof if available, for better standards-compliance
+  (dbus!389, Khem Raj)
+
+• Stop including an outdated copy of pkg.m4 in the git tree
+  (dbus!365, Simon McVittie)
+
+• Documentation:
+  · Consistently use Gitlab bug reporting URL (dbus!372, Marco Trevisan)
+
+• Tests fixes:
+  · Fix the test-apparmor-activation test after dbus#416
+    (dbus!380, Dave Jones)
+
+Internal changes:
+
+• Fix CI builds with recent git versions (dbus#447, Simon McVittie)
+
 dbus 1.14.4 (2022-10-05)
 ========================