mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-06 13:58:01 +02:00
fix NEWS mis-merge
This commit is contained in:
parent
b47d50623b
commit
6dea6c050d
1 changed files with 5 additions and 15 deletions
20
NEWS
20
NEWS
|
|
@ -18,21 +18,6 @@ Build-time configuration changes:
|
|||
assertions. It has been renamed to DBUS_DISABLE_ASSERT to be consistent
|
||||
with the Autotools build system. (fd.o #66142, Chengwei Yang)
|
||||
|
||||
• Fix a NULL pointer dereference on an unlikely error path
|
||||
(fd.o #69327, Sviatoslav Chagaev)
|
||||
|
||||
• 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)
|
||||
· Fix compilation if writev() is unavailable (fd.o #69409,
|
||||
Vasiliy Balyasnyy)
|
||||
|
||||
Dependencies:
|
||||
|
||||
• GNU make is now (documented to be) required. (fd.o #48277, Simon McVittie)
|
||||
|
|
@ -104,6 +89,9 @@ Fixes:
|
|||
|
||||
• Make "make -j check" work (fd.o #68852, Simon McVittie)
|
||||
|
||||
• Fix a NULL pointer dereference on an unlikely error path
|
||||
(fd.o #69327, Sviatoslav Chagaev)
|
||||
|
||||
• 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.
|
||||
|
|
@ -119,6 +107,8 @@ Fixes:
|
|||
· Don't fail the autolaunch test if there is no DISPLAY (fd.o #40352, Simon)
|
||||
· Use dbus-launch from the builddir for testing, not the installed copy
|
||||
(fd.o #37849, Chengwei Yang)
|
||||
· Fix compilation if writev() is unavailable (fd.o #69409,
|
||||
Vasiliy Balyasnyy)
|
||||
|
||||
• Windows-specific:
|
||||
· Remove unavailable command-line options from 'dbus-daemon --help'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue