summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-06-25 15:27:05 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-06-25 15:27:05 +0100
commit453457904b2126d20dfabc85d6f57940b3eef84f (patch)
tree96cf827606972d368ad38c1e561ef91a375111ad
parente2b3b745128f85d015683119218c65e65b012e2a (diff)
downloaddbus-453457904b2126d20dfabc85d6f57940b3eef84f.tar.gz
Prepare 1.6.2
-rw-r--r--NEWS10
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 81c32f9d..e55b5240 100644
--- 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;
diff --git a/configure.ac b/configure.ac
index 52d23177..fc75c0b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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