Merge branch 'dbus-1.10'
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 6 Nov 2015 17:27:45 +0000 (18:27 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 6 Nov 2015 17:27:45 +0000 (18:27 +0100)
1  2 
NEWS

diff --cc NEWS
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,21 -1,20 +1,33 @@@
 -D-Bus 1.10.3 (UNRELEASED)
 +D-Bus 1.11.0 (UNRELEASED)
  ==
  
- • On Windows, fix the regression test for relocating service files' Exec
-   lines (fd.o #83539, Simon McVittie)
 +Dependencies:
 +
 +• On non-Windows platforms, D-Bus requires an <inttypes.h> that defines
 +  C99 constants such as PRId64 and PRIu64.
 +
 +Fixes:
 +
 +• Print 64-bit integers on non-GNU Unix platforms (fd.o #92043, Natanael Copa)
 +
 +• On Windows, when including configuration files with <include> or
 +  <includedir>, apply the same relocation as for the Exec paths
 +  in .service files (fd.o #92028, Simon McVittie)
 +
 -  (fd.o #92538, fd.o #92721; Ralf Habacker, Simon McVittie)
+ • On Windows, don't crash if <syslog/> or --syslog is used
+   (fd.o #92538, Ralf Habacker)
+ • On Windows, fix various failing tests:
+   · don't test system.conf features (users, groups) that only make sense
+     on the system bus, which is not supported on Windows
+   · don't call _dbus_warn() when we skip a test, since it is fatal
+   · fix computation of expected <standard_session_servicedirs/>
+   · when running TAP tests, translate newlines to Unix format, fixing
+     cross-compiled tests under Wine on Linux
+   · don't stress-test refcounting under Wine, where it's really slow
+   · stop assuming that a message looped-back to the test will be received
+     immediately
++  (fd.o #83539, #92538, fd.o #92721; Ralf Habacker, Simon McVittie)
  
  D-Bus 1.10.2 (2015-10-26)
  ==