From: Simon McVittie Date: Tue, 5 May 2015 11:43:47 +0000 (+0100) Subject: NEWS for 1.8 branch X-Git-Tag: dbus-1.8.18~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9d130d5fa9a57a3c900f33a36c54ab576eb8972;p=thirdparty%2Fdbus.git NEWS for 1.8 branch --- diff --git a/NEWS b/NEWS index bb1f08e46..332928b0c 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) ==