From: Simon McVittie Date: Tue, 18 Apr 2017 11:52:35 +0000 (+0100) Subject: Update NEWS X-Git-Tag: dbus-1.11.14~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53959c9924a64c7031155ea74159dcacd7eedf7b;p=thirdparty%2Fdbus.git Update NEWS Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index 80e6004e5..ba752c6ab 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,22 @@ Build-time configuration changes: (fd.o #69801, Simon McVittie) +Enhancements: + +• D-Bus Specification version 0.31 + · Don't require implementation-specific search paths to be lowest + priority + · Correct regex syntax for optionally-escaped bytes in addresses so it + includes hyphen-minus, forward slash and underscore as intended + (fd.o #99825, #100686; Simon McVittie) + +Fixes: + +• Don't put timestamps in the Doxygen-generated documentation, for + reproducible builds (fd.o #100692, Simon McVittie) + +• Fix some integration test issues (fd.o #100686, Simon McVittie) + D-Bus 1.11.12 (2017-04-07) ==