]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update NEWS for 1.11
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 25 Jul 2016 11:11:00 +0000 (12:11 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 25 Jul 2016 11:11:00 +0000 (12:11 +0100)
NEWS

diff --git a/NEWS b/NEWS
index db6837598d31d8317d63646555e619d883e33286..3a935566f5452119721ffc227d0662971c093b6d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,12 +10,17 @@ Enhancements:
   minimizing failed connections under heavy load
   (fd.o #95264, Lennart Poettering)
 
+• Add a new dbus-launch --exit-with-x11 option (fd.o #39197, Simon McVittie)
+
 • Use the same regression tests for subprocess starting on Unix and Windows
   (fd.o #95191, Ralf Habacker)
 
 • Print timestamps and thread IDs in verbose messages
   (fd.o #95191, Ralf Habacker)
 
+• On Unix, unify the various places that reopen stdin, stdout and/or stderr
+  pointing to /dev/null (fd.o #97008, Simon McVittie)
+
 Fixes:
 
 • On Windows, fix a memory leak in replacing the installation prefix
@@ -25,6 +30,10 @@ Fixes:
   OOM killer (typically via systemd), do not let child processes inherit
   that setting (fd.o #32851; Kimmo Hämäläinen, WaLyong Cho)
 
+• On Unix, make dbus-launch and dbus-daemon --fork work as intended
+  even if a parent process incorrectly starts them with stdin, stdout
+  and/or stderr closed (fd.o #97008, Simon McVittie)
+
 • Output valid shell syntax in ~/.dbus/session-bus/ if the bus address
   contains a semicolon (fd.o #94746, Thiago Macieira)
 
@@ -37,6 +46,15 @@ Fixes:
 • In tests that exercise correct handling of crashing D-Bus services,
   suppress Windows crash handler (fd.o #95155; Yiyang Fei, Ralf Habacker)
 
+• In tests, add an invalid DBusAuthState to avoid undefined behaviour
+  in some test cases (fd.o #93909, Nick Lewycky)
+
+• Add assertions to reassure a static analysis tool
+  (fd.o #93210, Deepika Aggarwal)
+
+• Be explicit about enum comparison when loading XML
+  (fd.o #93205, Deepika Aggarwal)
+
 D-Bus 1.11.2 (2016-03-07)
 ==