From: Simon McVittie Date: Mon, 13 Feb 2012 16:23:50 +0000 (+0000) Subject: Release D-Bus 1.4.18 X-Git-Tag: dbus-1.4.18^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6338646c1ce5639d5be28e3610f422cde11951e;p=thirdparty%2Fdbus.git Release D-Bus 1.4.18 --- diff --git a/NEWS b/NEWS index 100235f93..c4b463729 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ -D-Bus 1.4.18 (UNRELEASED) +D-Bus 1.4.18 (2012-02-13) == +The "snow in Brussels" release + • Allow all configured auth mechanisms, not just one (fd.o #45106, Pavel Strashkin) diff --git a/configure.ac b/configure.ac index f623948df..ef07ce1cc 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], [4]) -m4_define([dbus_micro_version], [17]) +m4_define([dbus_micro_version], [18]) 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])