Merge branch 'dbus-1.10'

This commit is contained in:
Simon McVittie 2016-07-29 19:15:21 +01:00
commit 8c24df0ba0
2 changed files with 4 additions and 0 deletions

2
NEWS
View file

@ -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)

View file

@ -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)