Prepare 1.6.2
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 25 Jun 2012 14:27:05 +0000 (15:27 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 25 Jun 2012 14:27:05 +0000 (15:27 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 81c32f9..e55b524 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
-D-Bus 1.6.2 (UNRELEASED)
+D-Bus 1.6.2 (2012-06-25)
 ==
 
+The "Ice Cabbage" release.
+
+• Change how we create /var/lib/dbus so it works under Automake >= 1.11.4
+  (fd.o #51406, Simon McVittie)
+
+• Don't return from dbus_pending_call_set_notify with a lock held on OOM
+  (fd.o #51032, Simon McVittie)
+
 • Disconnect "developer mode" (assertions, verbose mode etc.) from
   Automake maintainer mode. D-Bus developers should now configure with
   --enable-developer. Automake maintainer mode is now on by default;
index 52d2317..fc75c0b 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
 
 m4_define([dbus_major_version], [1])
 m4_define([dbus_minor_version], [6])
-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=10
 
 ## increment any time the source changes; set to
 ##  0 if you increment CURRENT
-LT_REVISION=1
+LT_REVISION=2
 
 ## increment if any interfaces have been added; set to 0
 ## if any interfaces have been changed or removed. removal has