]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update NEWS for 1.14.x
authorSimon McVittie <smcv@collabora.com>
Mon, 30 Jan 2023 10:00:47 +0000 (10:00 +0000)
committerSimon McVittie <smcv@collabora.com>
Mon, 30 Jan 2023 10:00:47 +0000 (10:00 +0000)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index a6505c24d5083bb56e1630115913d4a42f94ca4d..f028116f1f3528763c6742ae70633a450ec1dca1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@ Fixes:
   but is technically undefined behaviour and is detected as such by
   AddressSanitizer. (dbus!357, Evgeny Vereshchagin)
 
+• Avoid a data race in multi-threaded use of DBusCounter
+  (dbus#426, Ralf Habacker)
+
 • If dbus_message_demarshal() runs out of memory while validating a message,
   report it as NoMemory rather than InvalidArgs (dbus#420, Simon McVittie)