summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-02-24 10:50:22 +0000
committerSimon McVittie <smcv@debian.org>2016-02-24 10:50:22 +0000
commit9abba2d935f360d7c220c654b5b7ef00b49ddbea (patch)
tree681857a4f0601a577eda3fadb1f0eb341504f6af
parent384c924c77ecb32e5b91d737b8b51cb0e883fd7c (diff)
downloaddbus-9abba2d935f360d7c220c654b5b7ef00b49ddbea.tar.gz
NEWS so far
-rw-r--r--NEWS15
1 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ccdcc7fc..e6eeb6be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,20 @@
D-Bus 1.10.8 (UNRELEASED)
==
-...
+Fixes:
+
+• Enable "large file support" on systems where it exists: dbus-daemon
+ 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)
+
+• Correctly report test failures in C tests from run-test.sh
+ (fd.o #93379; amit tewari, Simon McVittie)
+
+• When tests are enabled, run all the marshal-validate tests, not just
+ the even-numbered ones (fd.o #93908, Nick Lewycky)
+
+• Correct the expected error from one marshal-validate test, which was
+ previously not run due to the above bug (fd.o #93908, Simon McVittie)
D-Bus 1.10.6 (2015-12-01)
==