Prepare 1.6.4 release

This commit is contained in:
Simon McVittie 2012-07-18 18:11:49 +01:00
parent 2a50cb475b
commit 93f78602b2
2 changed files with 6 additions and 2 deletions

6
NEWS
View file

@ -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)
==

View 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])