summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2015-11-06 18:26:40 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-11-06 18:26:40 +0100
commite2e31794924a15bfaeadf2867ea3dd174db2d31f (patch)
tree4540f17a23412404223837e23a009740f586e596
parente48d40c582c49e1d613580de552a92ef4959c62c (diff)
downloaddbus-e2e31794924a15bfaeadf2867ea3dd174db2d31f.tar.gz
update NEWS
-rw-r--r--NEWS15
1 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bca8a9dd..e8bc33c1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,20 @@
D-Bus 1.10.3 (UNRELEASED)
==
-...
+• 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 #92538, fd.o #92721; Ralf Habacker, Simon McVittie)
D-Bus 1.10.2 (2015-10-26)
==