1.11.0
authorSimon McVittie <smcv@debian.org>
Wed, 2 Dec 2015 21:03:07 +0000 (21:03 +0000)
committerSimon McVittie <smcv@debian.org>
Wed, 2 Dec 2015 21:03:07 +0000 (21:03 +0000)
NEWS
configure.ac
doc/dbus-specification.xml

diff --git a/NEWS b/NEWS
index cab6947..1333321 100644 (file)
--- 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.
index 396253b..a0fa2fb 100644 (file)
@@ -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)
index 5715972..0500220 100644 (file)
@@ -7,7 +7,7 @@
   <articleinfo>
     <title>D-Bus Specification</title>
     <releaseinfo>Version 0.27</releaseinfo>
-    <date>(not yet released)</date>
+    <date>2015-12-02</date>
     <authorgroup>
       <author>
         <firstname>Havoc</firstname>
    <revhistory>
      <revision>
        <revnumber>0.27</revnumber>
-       <date>(not yet released)</date>
-       <authorinitials>n/a</authorinitials>
-       <revremark>
-         see <ulink url='http://cgit.freedesktop.org/dbus/dbus/log/doc/dbus-specification.xml'>commit log</ulink>
-       </revremark>
+       <date>2015-12-02</date>
+       <authorinitials>LU</authorinitials>
+       <revremark>Services should not send unwanted replies</revremark>
      </revision>
      <revision>
        <revnumber>0.26</revnumber>