mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 03:18:03 +02:00
Update NEWS for 1.11
This commit is contained in:
parent
e4724af4ee
commit
33878930d9
1 changed files with 18 additions and 0 deletions
18
NEWS
18
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)
|
||||
==
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue