From: Simon McVittie Date: Fri, 16 Nov 2018 15:09:39 +0000 (+0000) Subject: Update NEWS X-Git-Tag: dbus-1.12.12~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6bae612ad5fde1e310aadd357ef34bdde50ed1e;p=thirdparty%2Fdbus.git Update NEWS Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index eb93cfe9c..e414ce855 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,13 @@ Fixes: • Fix printf formats for pointer-sized integers on 64-bit Windows (fd.o #105662, Ralf Habacker) +• Always use select()-based poll() emulation on Darwin-based OSs + (macOS, etc.) and on Interix, similar to what libcurl does + (dbus#232, dbus!19; Simon McVittie) + +• Extend a test timeout to avoid spurious failures in CI + (dbus!26, Simon McVittie) + Tests and CI: • Add Travis-CI builds for 64-bit Windows using mingw-w64