summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])