summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-04-05 12:47:07 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-04-05 12:47:07 +0100
commit02be6d055348ee0013cf744ecf518bbbe5cadedf (patch)
tree31b9057cbbf8d5f83348c8feacb52952d7080610
parent1495c207b4c76e306a3fe666fffe2b95e0326f3e (diff)
downloaddbus-02be6d055348ee0013cf744ecf518bbbe5cadedf.tar.gz
NEWS for 1.6
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 86b497d6..96e10146 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
D-Bus 1.6.10 (UNRELEASED)
==
+• Diagnose incorrect use of dbus_connection_get_data() with negative slot
+ (i.e. before allocating the slot) rather than returning junk
+ (fd.o #63127, Dan Williams)
+
• In the activation helper, when compiled for tests, do not reset the system
bus address, fixing the regression tests. (fd.o #52202, Simon)