From: Simon McVittie Date: Tue, 21 Jul 2015 16:52:21 +0000 (+0100) Subject: dbus-1.9.16 X-Git-Tag: dbus-1.9.18^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f0e2e664eabbe92b1033961e3bce6a7fb724df9;p=thirdparty%2Fdbus.git dbus-1.9.16 --- 8f0e2e664eabbe92b1033961e3bce6a7fb724df9 diff --cc NEWS index d90f6c54a,9594c26d6..8ed50fc8a --- a/NEWS +++ b/NEWS @@@ -1,49 -1,20 +1,51 @@@ - D-Bus 1.9.18 (UNRELEASED) -D-Bus 1.8.20 (2015-07-21) ++D-Bus 1.9.18 (2015-07-21) == -The “Iguana Vanguard” release. ++The “Pirate Elite” release. ++ +Configuration changes: + +• The basic setup for the well-known system and session buses is now done + in read-only files in ${datadir}, moving a step closer to systems + that can operate with an empty /etc directory. In increasing order + of precedence: + + · ${datadir}/dbus-1/s*.conf now perform the basic setup such as setting + the default message policies. + · ${sysconfdir}/dbus-1/s*.conf are now optional. By default + dbus still installs a trivial version of each, for documentation + purposes; putting configuration directives in these files is deprecated. + · ${datadir}/dbus-1/s*.d/ are now available for third-party software + to install "drop-in" configuration snippets (any packages + using those directories should explicitly depend on at least this + version of dbus). + · ${sysconfdir}/dbus-1/s*.d/ are also still available for sysadmins + or third-party software to install "drop-in" configuration snippets + · ${sysconfdir}/dbus-1/s*-local.conf are still available for sysadmins' + overrides + + ${datadir} is normally /usr/share, ${sysconfdir} is normally /etc, + and "s*" refers to either system or session as appropriate. + + (fd.o #89280, Dimitri John Ledkov) Fixes: • Fix a memory leak when GetConnectionCredentials() succeeds (fd.o #91008, Jacek Bukarewicz) --• Ensure that dbus-monitor does not reply to messages intended for others -- (fd.o #90952, Simon McVittie) ++• Ensure that dbus-monitor does not reply to messages intended for others, ++ resulting in its own disconnection (fd.o #90952, Simon McVittie) -D-Bus 1.8.18 (2015-05-14) +D-Bus 1.9.16 (2015-05-14) == -The “unicorn rifts” release. +The “titanium barns” release. + +Dependencies: + +• Automake 1.13 is now required when compiling from git or modifying + the build system. Security hardening: diff --cc configure.ac index 2f47f6b8c,2f56b3fe5..f16755f52 --- a/configure.ac +++ b/configure.ac @@@ -2,8 -2,8 +2,8 @@@ dnl -*- mode: m4 -* AC_PREREQ([2.63]) m4_define([dbus_major_version], [1]) -m4_define([dbus_minor_version], [8]) -m4_define([dbus_micro_version], [20]) +m4_define([dbus_minor_version], [9]) - m4_define([dbus_micro_version], [17]) ++m4_define([dbus_micro_version], [18]) m4_define([dbus_version], [dbus_major_version.dbus_minor_version.dbus_micro_version]) AC_INIT([dbus],[dbus_version],[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus],[dbus]) @@@ -38,7 -37,7 +38,7 @@@ LT_CURRENT=1 ## increment any time the source changes; set to ## 0 if you increment CURRENT - LT_REVISION=0 -LT_REVISION=13 ++LT_REVISION=1 ## increment if any interfaces have been added; set to 0 ## if any interfaces have been changed or removed. removal has