From: Simon McVittie Date: Thu, 6 Nov 2014 21:02:27 +0000 (+0000) Subject: 1.9.2, spec 0.25 X-Git-Tag: dbus-1.9.2^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19ab6f3e7a06a8d6e6390fbe979858371e269bb9;p=thirdparty%2Fdbus.git 1.9.2, spec 0.25 --- diff --git a/NEWS b/NEWS index 299f75037..ef956da0f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -D-Bus 1.9.2 (UNRELEASED) +D-Bus 1.9.2 (2014-11-10) == The “structurally unsound flapjack” release. diff --git a/configure.ac b/configure.ac index ae2c01ca9..d903be12b 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.63]) m4_define([dbus_major_version], [1]) m4_define([dbus_minor_version], [9]) -m4_define([dbus_micro_version], [1]) +m4_define([dbus_micro_version], [2]) 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]) @@ -33,7 +33,7 @@ AC_DEFINE_UNQUOTED(DBUS_DAEMON_NAME,"dbus-daemon",[Name of executable]) # ## increment if the interface has additions, changes, removals. -LT_CURRENT=12 +LT_CURRENT=13 ## increment any time the source changes; set to ## 0 if you increment CURRENT @@ -42,7 +42,7 @@ LT_REVISION=0 ## increment if any interfaces have been added; set to 0 ## if any interfaces have been changed or removed. removal has ## precedence over adding, so set to 0 if both happened. -LT_AGE=9 +LT_AGE=10 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 37ff2ca02..6316bd839 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -7,7 +7,7 @@ D-Bus Specification Version 0.25 - (not yet released) + 2014-11-10 Havoc @@ -72,10 +72,10 @@ 0.25 - (not yet released) - n/a + 2014-11-10 + smcv, lennart - see commit log + ALLOW_INTERACTIVE_AUTHORIZATION flag, EmitsChangedSignal=const