From: Simon McVittie Date: Wed, 2 Mar 2016 18:24:11 +0000 (+0000) Subject: update NEWS X-Git-Tag: dbus-1.10.8~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42ccc7dc39cf2e5563da971b65866f492ff4ddae;p=thirdparty%2Fdbus.git update NEWS --- diff --git a/NEWS b/NEWS index e6eeb6bed..a230ac3e7 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,14 @@ Fixes: is not expected to open large files, but it might need to stat files that happen to have large inode numbers (fd.o #93545, Hongxu Jia) +• Eliminate padding inside DBusMessageIter on 64-bit platforms, + which might result in a pedantic C compiler not copying the entire contents + of a DBusMessageIter; statically assert that this is not an ABI change + in practice (fd.o #94136, Simon McVittie) + +• Document dbus-test-tool echo --sleep-ms=N instead of incorrect --sleep=N + (fd.o #94244, Dmitri Iouchtchenko) + • Correctly report test failures in C tests from run-test.sh (fd.o #93379; amit tewari, Simon McVittie)