]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
add a missing change, fix some bug numbers
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 14 May 2015 13:43:53 +0000 (14:43 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 14 May 2015 13:43:53 +0000 (14:43 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 308c6953ea780c75345e7cb61243daeb10b8ea07..e21f08249fe6bc851d1cea2c9a9a1c9a0f19f889 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -42,13 +42,16 @@ Other fixes:
   sockets on approximately 1 attempt in 256 (fd.o #87999, Ralf Habacker)
 
 • 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)
 
+• 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 leaks in test code (fd.o #90004, Ralf Habacker)
+• Clean up some memory leaks in test code (fd.o #90021, Ralf Habacker)
 
 D-Bus 1.8.16 (2015-02-09)
 ==