diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-04-30 20:14:51 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-04-30 20:14:51 +0100 |
commit | 789800af438ae1f43b8fdcc1f81874e6ea8b49d0 (patch) | |
tree | 15b8748bf0bd91e30983e103fdd18205f07b5824 /NEWS | |
parent | 28812c885f0b75fa9b2f6094534b85846fcd2cf4 (diff) | |
download | dbus-1.8.2.tar.gz |
1.8.2dbus-1.8.2
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,8 @@ -D-Bus 1.8.2 (UNRELEASED) +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 @@ -21,6 +23,9 @@ Fixes: • on Windows, allow up to 8K connections to the dbus-daemon, instead of the previous 64 (fd.o #71297; Cristian Onet, Ralf Habacker) +• 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) == |