From: Simon McVittie Date: Mon, 23 Nov 2015 21:30:29 +0000 (+0000) Subject: NEWS for 1.11 X-Git-Tag: dbus-1.11.0~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ccafbd1730c2e994600b21ec57dd821f32e85a0;p=thirdparty%2Fdbus.git NEWS for 1.11 --- diff --git a/NEWS b/NEWS index 5da00e42c..eb5c77176 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,13 @@ Fixes: • Print 64-bit integers on non-GNU Unix platforms (fd.o #92043, Natanael Copa) +• When using the Monitoring interface, match messages' destinations + (fd.o #92074, Simon McVittie) + +• On Linux with systemd, stop installing a reference to the obsolete + dbus.target, and enable dbus.socket statically (fd.o #78412, #92402; + Simon McVittie) + • On Windows, when including configuration files with or , apply the same relocation as for the Exec paths in .service files (fd.o #92028, Simon McVittie) @@ -31,6 +38,8 @@ Fixes: • On Windows Autotools builds, don't run tests that rely on dbus-run-session and other Unix-specifics (fd.o #92899, Simon McVittie) +• Fix many -Wpointer-sign warnings (fd.o #93069, Ralf Habacker) + D-Bus 1.10.4 (2015-11-17) ==