summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2015-05-14 14:45:04 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-05-14 14:45:04 +0100
commitb57223d7014a1d1b70a9ca783d35b03d5f07124f (patch)
tree9302122065ba7fd08c7e5c215ec38acb34d20fa8
parent1c4f87ca2849ae49d6083a5a279d870aee52b5a3 (diff)
parentdb31c8995e95373245b65549f7df53e1b0e0bc23 (diff)
downloaddbus-b57223d7014a1d1b70a9ca783d35b03d5f07124f.tar.gz
Merge branch 'dbus-1.8'
Conflicts: NEWS
-rw-r--r--NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e44d4a1a..19832cef 100644
--- a/NEWS
+++ b/NEWS
@@ -42,17 +42,20 @@ Fixes:
corresponding DBusConnection's lock (fd.o #90312, Adrian Szyndela)
• Correctly release DBusServer mutex before early-return if we run out
- of memory while copying authentication mechanisms (fd.o #90004,
+ of memory while copying authentication mechanisms (fd.o #90021,
Ralf Habacker)
• Make dbus-test-tool and dbus-update-activation-environment portable
- to Windows (fd.o #90004, Ralf Habacker)
+ to Windows (fd.o #90089, Ralf Habacker)
+
+• Correctly initialize all fields of DBusTypeReader (fd.o #90021;
+ Ralf Habacker, Simon McVittie)
• Fix some missing \n in verbose (debug log) messages (fd.o #90004,
Ralf Habacker)
• Clean up some memory and fd leaks in test code and tools
- (fd.o #90004, Ralf Habacker)
+ (fd.o #90021, Ralf Habacker)
D-Bus 1.9.14 (2015-03-02)
==