mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-09 07:18:03 +02:00
NEWS
This commit is contained in:
parent
200a11ebbe
commit
1c95955cbc
1 changed files with 17 additions and 1 deletions
18
NEWS
18
NEWS
|
|
@ -1,7 +1,23 @@
|
|||
D-Bus 1.6.16 (UNRELEASED)
|
||||
==
|
||||
|
||||
…
|
||||
The “Fortify Agility” release.
|
||||
|
||||
Fixes:
|
||||
|
||||
• Make dbus_connection_set_route_peer_messages(x, FALSE) behave as
|
||||
documented. Previously, it assumed its second parameter was TRUE.
|
||||
(fd.o #69165, Chengwei Yang)
|
||||
|
||||
• Unix-specific:
|
||||
· If accept4() fails with EINVAL, as it can on older Linux kernels
|
||||
with newer glibc, try accept() instead of going into a busy-loop.
|
||||
(fd.o #69026, Chengwei Yang)
|
||||
· If socket() or socketpair() fails with EINVAL or EPROTOTYPE,
|
||||
for instance on Hurd or older Linux with a new glibc, try without
|
||||
SOCK_CLOEXEC. (fd.o #69073; Pino Toscano, Chengwei Yang)
|
||||
· Fix a file descriptor leak on an error code path.
|
||||
(fd.o #69182, Sviatoslav Chagaev)
|
||||
|
||||
D-Bus 1.6.14 (2013-09-05)
|
||||
==
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue