diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2015-02-02 18:52:08 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2015-02-02 18:52:08 +0000 |
commit | 9e0f5ae7d3dd1b1544317d3c50ce3bd2232d4786 (patch) | |
tree | 7ee2ed89392473d1d5deda7a7f65fd6c8731a415 | |
parent | 1acc7b09ed1bc37040f1ef8f5c79f094664582dc (diff) | |
download | dbus-9e0f5ae7d3dd1b1544317d3c50ce3bd2232d4786.tar.gz dbus-9e0f5ae7d3dd1b1544317d3c50ce3bd2232d4786.tar.bz2 dbus-9e0f5ae7d3dd1b1544317d3c50ce3bd2232d4786.zip |
NEWS
-rw-r--r-- | NEWS | 32 |
1 files changed, 31 insertions, 1 deletions
@@ -1,7 +1,37 @@ D-Bus 1.9.8 (UNRELEASED) == -... +Dependencies: + +• full test coverage now requires PyGI (PyGObject 3, + "import gi.repository.GObject") instead of the + obsolete PyGObject 2 ("import gobject") + +Fixes: + +• fatal errors correctly make the dbus-daemon exit even if <syslog/> is + turned off (fd.o #88808, Simon McVittie) + +• TCP sockets on Windows no longer fail to listen approximately 1 time + in 256, caused by a logic error that should have always made it fail but + was mitigated by incorrect endianness for the port number + (fd.o #87999, Ralf Habacker) + +• fix some Windows build failures (fd.o #88009, #88010; Ralf Habacker) + +• on Windows, allow up to 8K connections to the dbus-daemon instead of the + previous 64, completing a previous fix which only worked under + Autotools (fd.o #71297, Ralf Habacker) + +• on Windows, if the IP family is unspecified only use IPv4, + to mitigate IPv6 not working correctly (fd.o #87999, Ralf Habacker) + +• fix some unlikely memory leaks on OOM (fd.o #88087, Simon McVittie) + +• lcov code coverage analysis works again (fd.o #88808, Simon McVittie) + +• fix an unused function error with --disable-embedded-tests (fd.o #87837, + Thiago Macieira) D-Bus 1.9.6 (2015-01-05) == |