summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2015-05-05 12:43:47 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-05-05 12:43:47 +0100
commitd9d130d5fa9a57a3c900f33a36c54ab576eb8972 (patch)
tree8ce72190184d5f0a589784980e1088038d4a39c3
parentbbef8e40383efd84972e6346b3f37b553531e191 (diff)
downloaddbus-d9d130d5fa9a57a3c900f33a36c54ab576eb8972.tar.gz
NEWS for 1.8 branch
-rw-r--r--NEWS21
1 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bb1f08e4..332928b0 100644
--- 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)
==