summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-03-02 18:24:11 +0000
committerSimon McVittie <smcv@debian.org>2016-03-02 18:24:11 +0000
commit42ccc7dc39cf2e5563da971b65866f492ff4ddae (patch)
treee75530ad76e4033373b49e44bdbf073224c49b54
parentbfd9c8a3b3b707bf12bfffebfcfc2cdd639d4ea6 (diff)
downloaddbus-42ccc7dc39cf2e5563da971b65866f492ff4ddae.tar.gz
update NEWS
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e6eeb6be..a230ac3e 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)