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

diff --git a/NEWS b/NEWS
index 40b10b462884cc53bcaa39fc4d6561f445088282..15c119f0e07bcd27cc8ca55a60220a0c0cd825d3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,11 @@ Fixes:
   but is technically undefined behaviour and is detected as such by
   AddressSanitizer. (dbus!357, Evgeny Vereshchagin)
 
+• If dbus_message_demarshal() runs out of memory while validating a message,
+  report it as NoMemory rather than InvalidArgs (dbus#420, Simon McVittie)
+
+• Correct syntax of some SPDX license markers (dbus!360, Ralf Habacker)
+
 • Meson build fixes:
   · Fix build on macOS, and any other platform that has
     CLOCK_MONOTONIC but not pthread_condattr_setclock()