summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-10-11 12:53:52 +0100
committerSimon McVittie <smcv@collabora.com>2022-10-11 12:53:52 +0100
commitccab882bad64e2713a3227fffbc1f342379e326e (patch)
treeca666db883851696c3f69e2367763a33b62cf2d3 /NEWS
parenta55f29e4011f15287c7c6c47d2489051d812edc1 (diff)
downloaddbus-ccab882bad64e2713a3227fffbc1f342379e326e.tar.gz
Update NEWS
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0a5b2c71..40b10b46 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,27 @@
dbus 1.15.4 (UNRELEASED)
========================
-...
+New API:
+
+• Add dbus_connection_set_builtin_filters_enabled(), intended to be called
+ by tools that use BecomeMonitor() such as dbus-monitor
+ (dbus#301, Kai A. Hiller)
+
+Fixes:
+
+• When connected to a dbus-broker, stop dbus-monitor from incorrectly
+ replying to Peer method calls that were sent to the dbus-broker with
+ a NULL destination (dbus#301, Kai A. Hiller)
+
+• Fix out-of-bounds varargs read in the dbus-daemon's config-parser.
+ This is not attacker-triggerable and appears to be harmless in practice,
+ but is technically undefined behaviour and is detected as such by
+ AddressSanitizer. (dbus!357, Evgeny Vereshchagin)
+
+• Meson build fixes:
+ · Fix build on macOS, and any other platform that has
+ CLOCK_MONOTONIC but not pthread_condattr_setclock()
+ (dbus#419, Jordan Williams)
dbus 1.15.2 (2022-10-05)
========================