NEWS for 1.8 branch
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 5 May 2015 11:43:47 +0000 (12:43 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 5 May 2015 11:43:47 +0000 (12:43 +0100)
NEWS

diff --git a/NEWS b/NEWS
index bb1f08e..332928b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,26 @@
 D-Bus 1.8.18 (UNRELEASED)
 ==
 
-...
+Fixes:
+
+• Add locking to DBusCounter's reference count and notify function
+  (fd.o #89297, Adrian Szyndela)
+
+• Ensure that DBusTransport's reference count is protected by the
+  corresponding DBusConnection's lock (fd.o #90312, Adrian Szyndela)
+
+• On Windows, listen on the same port for IPv4 and IPv6 (previously
+  broken by an endianness mistake), and fix a failure to bind TCP
+  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,
+  Ralf Habacker)
+
+• 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)
 
 D-Bus 1.8.16 (2015-02-09)
 ==