summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2015-11-23 21:10:09 +0000
committerSimon McVittie <smcv@debian.org>2015-11-23 21:10:09 +0000
commit50fb01027ba1267286aa02a373dbe87ab21e0935 (patch)
treec58403ffb97c44fafafe91d4e6ab4d8092908897
parentedb1e5726065377cd33b59deb1238c31d26ca54f (diff)
downloaddbus-50fb01027ba1267286aa02a373dbe87ab21e0935.tar.gz
NEWS for 1.10 branch
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 94174147..a0cdbdc1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,19 @@
D-Bus 1.10.6 (UNRELEASED)
==
+Fixes:
+
+• On Unix when running tests as root, don't assert that root and
+ the dbus-daemon user can still call UpdateActivationEnvironment;
+ assert that those privileged users can call BecomeMonitor instead
+ (fd.o #93036, Simon McVittie)
+
+• On Windows, fix a memory leak in the autolaunch transport (fd.o #92899,
+ Simon McVittie)
+
+• On Windows Autotools builds, don't run tests that rely on
+ dbus-run-session and other Unix-specifics (fd.o #92899, Simon McVittie)
+
D-Bus 1.10.4 (2015-11-17)
==