diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-04-30 21:05:46 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-04-30 21:05:46 +0100 |
commit | 6e21873d6331de86e88fd47dfb80af2696e6ff39 (patch) | |
tree | 7efc9561c0f3a8054a9d5290afc83a52bb29bd1e /NEWS | |
parent | 3c287fc38bb9638605b17fa57675d3e2bcb85d64 (diff) | |
parent | 416898324decb7b6d86083a6e2ddc71e8d835feb (diff) | |
download | dbus-6e21873d6331de86e88fd47dfb80af2696e6ff39.tar.gz |
Merge branch 'dbus-1.8'
Conflicts:
NEWS
configure.ac
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 37 |
1 files changed, 26 insertions, 11 deletions
@@ -21,13 +21,31 @@ Build-time configuration changes: Enhancements: +• on Unix platforms, disable Nagle's algorithm on TCP connections to improve + initial latency (fd.o #75544, Matt Hoosier) + +Fixes: + +• fix an incorrect error message if a Unix socket path is too long + (fd.o #73887, Antoine Jacoutot) + +• in an MSYS/Cygwin environment, pass Unix-style filenames to xmlto, + fixing documentation generation (fd.o #75860, Руслан Ижбулатов) + +• in Unix with X11, avoid giving dbus-launch a misleading argv[0] + in ps(1) (fd.o #69716, Chengwei Yang) + +D-Bus 1.8.2 (2014-04-30) +== + +The “nobody wants red” release. + +Enhancements: + • in the CMake build system, add some hints for Linux users cross-compiling Windows D-Bus binaries to be able to run tests under Wine (fd.o #41252, Ralf Habacker) -• on Unix platforms, disable Nagle's algorithm on TCP connections to improve - initial latency (fd.o #75544, Matt Hoosier) - • add Documentation key to dbus.service (fd.o #77447, Cameron Norman) Fixes: @@ -36,17 +54,14 @@ Fixes: to /var/lib/dbus/machine-id instead of generating an entirely new ID (fd.o #77941, Simon McVittie) +• if dbus-launch receives an X error very quickly, do not kill + unrelated processes (fd.o #74698, Роман Донченко) + • on Windows, allow up to 8K connections to the dbus-daemon, instead of the previous 64 (fd.o #71297; Cristian Onet, Ralf Habacker) -• fix an incorrect error message if a Unix socket path is too long - (fd.o #73887, Antoine Jacoutot) - -• in an MSYS/Cygwin environment, pass Unix-style filenames to xmlto, - fixing documentation generation (fd.o #75860, Руслан Ижбулатов) - -• in Unix with X11, avoid giving dbus-launch a misleading argv[0] - in ps(1) (fd.o #69716, Chengwei Yang) +• cope with \r\n newlines in regression tests, since on Windows, + dbus-daemon.exe uses text mode (fd.o #75863, Руслан Ижбулатов) D-Bus 1.8.0 (2014-01-20) == |