From 968dbab0874273fd18b4e7b9306b9ece99d9a987 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 11 Apr 2011 13:34:28 +0100 Subject: Prepare 1.5.0 - D-Bus Specification 0.16 - libtool 9:0:6 --- NEWS | 10 +++++++++- configure.ac | 10 +++++----- doc/dbus-specification.xml | 9 ++++++++- 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 41465b65..63a69cbd 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,14 @@ -D-Bus 1.5.0 (UNRELEASED) +D-Bus 1.5.0 (2011-04-11) == +The "you never know when you need to tow something from your giant +flying shark" release. + + • D-Bus Specification v0.16 + · Add support for path_namespace and arg0namespace in match rules + (fd.o #24317, #34870; Will Thompson, David Zeuthen, Simon McVittie) + · Make argNpath support object paths, not just object-path-like strings, + and document it better (fd.o #31818, Will Thompson) • Let the bus daemon implement more than one interface (fd.o #33757, Simon McVittie) • Optimize _dbus_string_replace_len to reduce waste (fd.o #21261, diff --git a/configure.ac b/configure.ac index a49cda4b..f1d9e804 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], [4]) -m4_define([dbus_micro_version], [9]) +m4_define([dbus_minor_version], [5]) +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]) @@ -32,16 +32,16 @@ AC_DEFINE_UNQUOTED(DBUS_DAEMON_NAME,"dbus-daemon",[Name of executable]) # ## increment if the interface has additions, changes, removals. -LT_CURRENT=8 +LT_CURRENT=9 ## increment any time the source changes; set to ## 0 if you increment CURRENT -LT_REVISION=5 +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=5 +LT_AGE=6 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 0205e4b7..e2858639 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -7,7 +7,7 @@ D-Bus Specification Version 0.16 - (not finalized) + 2011-04-11 Havoc @@ -57,6 +57,13 @@ + + 0.16 + 11 April 2011 + + add path_namespace, arg0namespace; argNpath matches object + paths + 0.15 3 November 2010 -- cgit v1.2.1