mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 01:48:00 +02:00
Merge branch 'dbus-1.10'
This commit is contained in:
commit
8c24df0ba0
2 changed files with 4 additions and 0 deletions
2
NEWS
2
NEWS
|
|
@ -46,6 +46,8 @@ Fixes:
|
|||
• In tests that exercise correct handling of crashing D-Bus services,
|
||||
suppress Windows crash handler (fd.o #95155; Yiyang Fei, Ralf Habacker)
|
||||
|
||||
• Explicitly check for stdint.h (Ioan-Adrian Ratiu)
|
||||
|
||||
• In tests, add an invalid DBusAuthState to avoid undefined behaviour
|
||||
in some test cases (fd.o #93909, Nick Lewycky)
|
||||
|
||||
|
|
|
|||
|
|
@ -660,6 +660,8 @@ AC_CHECK_HEADERS(byteswap.h)
|
|||
|
||||
AC_CHECK_HEADERS(unistd.h)
|
||||
|
||||
AC_CHECK_HEADERS([stdint.h])
|
||||
|
||||
AC_CHECK_HEADERS(ws2tcpip.h)
|
||||
|
||||
AC_CHECK_HEADERS(alloca.h)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue