summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-04-11 13:34:28 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-04-11 13:34:28 +0100
commit968dbab0874273fd18b4e7b9306b9ece99d9a987 (patch)
tree074d5a3bb32b68b7eee076fbd72b1776e2e52b27
parentc4b76acc6bce04507b04b210326d4a3841dbe2d8 (diff)
Prepare 1.5.0dbus-1.5.0
- D-Bus Specification 0.16 - libtool 9:0:6
-rw-r--r--NEWS10
-rw-r--r--configure.ac10
-rw-r--r--doc/dbus-specification.xml9
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 @@
<articleinfo>
<title>D-Bus Specification</title>
<releaseinfo>Version 0.16</releaseinfo>
- <date>(not finalized)</date>
+ <date>2011-04-11</date>
<authorgroup>
<author>
<firstname>Havoc</firstname>
@@ -58,6 +58,13 @@
<revremark></revremark>
</revision>
<revision>
+ <revnumber>0.16</revnumber>
+ <date>11 April 2011</date>
+ <authorinitials></authorinitials>
+ <revremark>add path_namespace, arg0namespace; argNpath matches object
+ paths</revremark>
+ </revision>
+ <revision>
<revnumber>0.15</revnumber>
<date>3 November 2010</date>
<authorinitials></authorinitials>