summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-25 12:16:54 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-25 12:25:51 +0100
commit75d4041a3ded9ca4a7fd9a1daa80ba99cecf26df (patch)
treed069c2cd20f28ba0dfbac86c086dd95d9b676a2d /NEWS
parent2e5eb7d82f72fcb9044ecf57fa769343d86fdfa5 (diff)
downloaddbus-75d4041a3ded9ca4a7fd9a1daa80ba99cecf26df.tar.gz
NEWS, noting build-time configuration change
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 42081d56..230e589f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
D-Bus 1.7.6 (UNRELEASED)
==
+Build-time configuration changes:
+
+• The DBUS_DISABLE_ASSERTS CMake option didn't actually disable most
+ assertions. It has been renamed to DBUS_DISABLE_ASSERT to be consistent
+ with the Autotools build system. (fd.o #66142, Chengwei Yang)
+
Fixes:
• Don't crash on "dbus-send --session / x.y.z" which regressed in 1.7.4.
@@ -9,6 +15,10 @@ Fixes:
• If malloc() returns NULL in _dbus_string_init() or similar, don't free
an invalid pointer if the string is later freed (fd.o #65959, Chengwei Yang)
+• Windows-specific:
+ · Remove unavailable command-line options from 'dbus-daemon --help'
+ (fd.o #42441, Ralf Habacker)
+
D-Bus 1.7.4 (2013-06-13)
==