Prepare release 1.7.0 (and specification 0.20) dbus-1.7.0
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 22 Feb 2013 14:47:07 +0000 (14:47 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 22 Feb 2013 14:47:07 +0000 (14:47 +0000)
NEWS
configure.ac
doc/dbus-specification.xml

diff --git a/NEWS b/NEWS
index 3708565..db2260d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
-D-Bus 1.7.0 (UNRELEASED)
+D-Bus 1.7.0 (2013-02-22)
 ==
 
+The "Disingenuous Assertions" release.
+
+This is a new development release, starting the 1.7.x branch. D-Bus 1.6
+remains the recommended version for long-term-supported distributions
+or the upcoming GNOME 3.8 release.
+
 Build-time configuration changes:
 
 • The --with-dbus-session-bus-default-address configure option is no longer
@@ -9,7 +15,7 @@ Build-time configuration changes:
   usually want them to have the same argument; on Unix, the defaults are
   usually correct.
 
-• Similarly, the DBUS_SESSION_BUS_DEFAULT_ADDRESS cmake variable is no longer
+• Similarly, the DBUS_SESSION_BUS_DEFAULT_ADDRESS CMake variable is no longer
   supported; use the new DBUS_SESSION_BUS_LISTEN_ADDRESS and
   DBUS_SESSION_BUS_CONNECT_ADDRESS variables instead.
 
@@ -26,7 +32,7 @@ Requirements:
 
 Enhancements:
 
-• D-Bus Specification 0.21
+• D-Bus Specification 0.20
   · actually say that /org/freedesktop/DBus is the object that
     implements o.fd.DBus (fd.o #51865, Colin Walters)
   · various reorganisation for better clarity (fd.o #38252, Simon McVittie)
@@ -55,13 +61,15 @@ Fixes:
 • Don't assume CMake host and build system are the same (fd.o #59733,
   Ralf Habacker)
 
+• Avoid deprecation warnings for GLib 2.35 (fd.o #59971, Simon McVittie)
+
 • Unix-specific:
   · Check for functions in libpthread correctly, fixing compilation on
     (at least) OpenBSD (fd.o #47239, Simon)
   · Don't leak temporary fds pointing to /dev/null (fd.o #56927,
     Michel HERMIER)
   · Update sd-daemon.[ch] from systemd (fd.o #60681)
-  · Add partial support for QNX (fd.o #60339, Matt Fischer)
+  · Add partial support for QNX (fd.o #60339, fd.o #61176; Matt Fischer)
 
 • Windows-specific:
   · The default session bus listening and connecting address is now
index 5c1a7e5..4554fce 100644 (file)
@@ -2,8 +2,8 @@ dnl -*- mode: m4 -*-
 AC_PREREQ([2.63])
 
 m4_define([dbus_major_version], [1])
-m4_define([dbus_minor_version], [6])
-m4_define([dbus_micro_version], [255])
+m4_define([dbus_minor_version], [7])
+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])
@@ -33,16 +33,16 @@ AC_DEFINE_UNQUOTED(DBUS_DAEMON_NAME,"dbus-daemon",[Name of executable])
 #
 
 ## increment if the interface has additions, changes, removals.
-LT_CURRENT=10
+LT_CURRENT=11
 
 ## increment any time the source changes; set to
 ##  0 if you increment CURRENT
-LT_REVISION=2
+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=7
+LT_AGE=8
 
 AC_SUBST(LT_CURRENT)
 AC_SUBST(LT_REVISION)
index 5d1cd10..8d34848 100644 (file)
@@ -7,7 +7,7 @@
   <articleinfo>
     <title>D-Bus Specification</title>
     <releaseinfo>Version 0.20</releaseinfo>
-    <date>unreleased</date>
+    <date>2013-02-22</date>
     <authorgroup>
       <author>
        <firstname>Havoc</firstname>
@@ -72,8 +72,8 @@
     </authorgroup>
    <revhistory>
      <revision>
-       <revnumber>current</revnumber>
-       <date><ulink url='http://cgit.freedesktop.org/dbus/dbus/log/doc/dbus-specification.xml'>commit log</ulink></date>
+       <revnumber>0.20</revnumber>
+       <date>22 February 2013 (<ulink url='http://cgit.freedesktop.org/dbus/dbus/log/doc/dbus-specification.xml'>commit log</ulink>)</date>
        <authorinitials>smcv, walters</authorinitials>
        <revremark>reorganise for clarity, remove false claims about
          basic types, mention /o/fd/DBus</revremark>