summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2015-05-14 14:43:53 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-05-14 14:43:53 +0100
commitdb31c8995e95373245b65549f7df53e1b0e0bc23 (patch)
tree269d1408508425183028307fd27eef0cff864d2c
parent31489e1c4ffdbac220e1cde72fc5ce4ad43d3821 (diff)
downloaddbus-db31c8995e95373245b65549f7df53e1b0e0bc23.tar.gz
add a missing change, fix some bug numbers
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 308c6953..e21f0824 100644
--- 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)
==