summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-10-11 14:19:11 +0100
committerSimon McVittie <smcv@collabora.com>2022-10-11 14:19:11 +0100
commit5b9d64023bf61f4383b30f1851f231a65c95bf3f (patch)
tree2701dbd86a0cbcb6dea84aa0c386125d9c625416 /NEWS
parent98b710283a0e51826d565a148d7e35eb92b06453 (diff)
downloaddbus-5b9d64023bf61f4383b30f1851f231a65c95bf3f.tar.gz
Update NEWS
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 40b10b46..15c119f0 100644
--- 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()