Prepare 1.5.0 dbus-1.5.0
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 11 Apr 2011 12:34:28 +0000 (13:34 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 11 Apr 2011 12:34:28 +0000 (13:34 +0100)
- D-Bus Specification 0.16
- libtool 9:0:6

NEWS
configure.ac
doc/dbus-specification.xml

diff --git a/NEWS b/NEWS
index 41465b6..63a69cb 100644 (file)
--- 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,
index a49cda4..f1d9e80 100644 (file)
@@ -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)
index 0205e4b..e285863 100644 (file)
@@ -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>
        <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>