prepare version 1.7.2 and spec 0.21 dbus-1.7.2
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 25 Apr 2013 12:12:15 +0000 (13:12 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 25 Apr 2013 12:12:15 +0000 (13:12 +0100)
NEWS
configure.ac
doc/dbus-specification.xml

diff --git a/NEWS b/NEWS
index b0ad5a8..0659979 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-D-Bus 1.7.2 (UNRELEASED)
+D-Bus 1.7.2 (2013-04-25)
 ==
 
+The “only partially opaque” release.
+
 Configuration changes:
 
 • On non-QNX Unix platforms, the default limit on fds per message in the
index 21df950..47254a6 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
 
 m4_define([dbus_major_version], [1])
 m4_define([dbus_minor_version], [7])
-m4_define([dbus_micro_version], [1])
+m4_define([dbus_micro_version], [2])
 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])
@@ -37,7 +37,7 @@ LT_CURRENT=11
 
 ## increment any time the source changes; set to
 ##  0 if you increment CURRENT
-LT_REVISION=0
+LT_REVISION=1
 
 ## increment if any interfaces have been added; set to 0
 ## if any interfaces have been changed or removed. removal has
index f18327a..ec8afde 100644 (file)
@@ -7,7 +7,7 @@
   <articleinfo>
     <title>D-Bus Specification</title>
     <releaseinfo>Version 0.21</releaseinfo>
-    <date>(not yet released)</date>
+    <date>2013-04-25</date>
     <authorgroup>
       <author>
        <firstname>Havoc</firstname>
    <revhistory>
      <revision>
        <revnumber>0.21</revnumber>
-       <date>not yet released (<ulink url='http://cgit.freedesktop.org/dbus/dbus/log/doc/dbus-specification.xml'>commit log</ulink>)</date>
-       <authorinitials></authorinitials>
-       <revremark></revremark>
+       <date>2013-04-25</date>
+       <authorinitials>smcv</authorinitials>
+       <revremark>allow Unicode noncharacters in UTF-8 (Unicode
+         Corrigendum #9)</revremark>
      </revision>
      <revision>
        <revnumber>0.20</revnumber>