summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-07-18 18:11:49 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-07-18 18:11:49 +0100
commit93f78602b248c6e2809d449b7d27b399d7a4b208 (patch)
treead94261ab976c6a35d842eb970b7d688dea4cc00
parent2a50cb475bfaf331e2451bbe70c2b3bbdd1ad69d (diff)
Prepare 1.6.4 releasedbus-1.6.4
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1d1be192..ed7c01dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-D-Bus 1.6.4 (UNRELEASED)
+D-Bus 1.6.4 (2012-07-18)
==
• Detect that users are "at the console" correctly when configured with
@@ -11,6 +11,10 @@ D-Bus 1.6.4 (UNRELEASED)
• Make --enable-developer default to "no" (regression in 1.6.2;
fd.o #51657, Simon McVittie)
+• Windows-specific:
+ · Launch dbus-daemon correctly if its path contains a space
+ (fd.o #49450, Wolfgang Baron)
+
D-Bus 1.6.2 (2012-06-27)
==
diff --git a/configure.ac b/configure.ac
index 698fcd15..bdee9da3 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], [3])
+m4_define([dbus_micro_version], [4])
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])