update NEWS
authorSimon McVittie <smcv@debian.org>
Wed, 2 Mar 2016 18:24:11 +0000 (18:24 +0000)
committerSimon McVittie <smcv@debian.org>
Wed, 2 Mar 2016 18:24:11 +0000 (18:24 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e6eeb6b..a230ac3 100644 (file)
--- 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)