From 15097157cec8957aa130de36a6b934a96474895a Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 2 Dec 2015 21:03:07 +0000 Subject: 1.11.0 --- NEWS | 2 +- configure.ac | 10 +++++----- doc/dbus-specification.xml | 10 ++++------ 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/NEWS b/NEWS index cab69472..1333321f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -D-Bus 1.11.0 (UNRELEASED) +D-Bus 1.11.0 (2015-12-02) == The “peppermint deer” release. diff --git a/configure.ac b/configure.ac index 396253bc..a0fa2fb0 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ dnl -*- mode: m4 -*- AC_PREREQ([2.63]) m4_define([dbus_major_version], [1]) -m4_define([dbus_minor_version], [10]) -m4_define([dbus_micro_version], [99]) +m4_define([dbus_minor_version], [11]) +m4_define([dbus_micro_version], [0]) 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]) @@ -34,16 +34,16 @@ AC_DEFINE_UNQUOTED(DBUS_DAEMON_NAME,"dbus-daemon",[Name of executable]) # ## increment if the interface has additions, changes, removals. -LT_CURRENT=17 +LT_CURRENT=18 ## increment any time the source changes; set to ## 0 if you increment CURRENT -LT_REVISION=6 +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=14 +LT_AGE=15 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 57159729..05002208 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -7,7 +7,7 @@ D-Bus Specification Version 0.27 - (not yet released) + 2015-12-02 Havoc @@ -72,11 +72,9 @@ 0.27 - (not yet released) - n/a - - see commit log - + 2015-12-02 + LU + Services should not send unwanted replies 0.26 -- cgit v1.2.3