mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-07 02:48:19 +02:00
Update NEWS
This commit is contained in:
parent
2fe59f1892
commit
2a5dccf0ab
1 changed files with 17 additions and 1 deletions
18
NEWS
18
NEWS
|
|
@ -1,7 +1,23 @@
|
||||||
D-Bus 1.10.10 (UNRELEASED)
|
D-Bus 1.10.10 (UNRELEASED)
|
||||||
==
|
==
|
||||||
|
|
||||||
...
|
Fixes:
|
||||||
|
|
||||||
|
• On Linux, when dbus-daemon is run with reduced susceptibility to the
|
||||||
|
OOM killer (typically via systemd), do not let child processes inherit
|
||||||
|
that setting (fd.o #32851; Kimmo Hämäläinen, WaLyong Cho)
|
||||||
|
|
||||||
|
• Output valid shell syntax in ~/.dbus/session-bus/ if the bus address
|
||||||
|
contains a semicolon (fd.o #94746, Thiago Macieira)
|
||||||
|
|
||||||
|
• Fix memory leaks and thread safety in subprocess starting on Windows
|
||||||
|
(fd.o #95191, Ralf Habacker)
|
||||||
|
|
||||||
|
• Stop test-dbus-daemon incorrectly failing on platforms that cannot
|
||||||
|
discover the process ID of clients (fd.o #96653, Руслан Ижбулатов)
|
||||||
|
|
||||||
|
• In tests that exercise correct handling of crashing D-Bus services,
|
||||||
|
suppress Windows crash handler (fd.o #95155; Yiyang Fei, Ralf Habacker)
|
||||||
|
|
||||||
D-Bus 1.10.8 (2016-03-07)
|
D-Bus 1.10.8 (2016-03-07)
|
||||||
==
|
==
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue