Prepare 1.6.4 release dbus-1.6.4
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 18 Jul 2012 17:11:49 +0000 (18:11 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 18 Jul 2012 17:11:49 +0000 (18:11 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 1d1be19..ed7c01d 100644 (file)
--- 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)
 ==
 
index 698fcd1..bdee9da 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], [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])