From: Simon McVittie Date: Thu, 13 Jun 2013 12:47:19 +0000 (+0100) Subject: Start on 1.7.5, add release name for 1.7.4 X-Git-Tag: dbus-1.7.6~190 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a69f641fbf8afc7ca46dcbe00981faa4bb9822a;p=thirdparty%2Fdbus.git Start on 1.7.5, add release name for 1.7.4 --- diff --git a/NEWS b/NEWS index 59d385031..cf24c1166 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ +D-Bus 1.7.6 (UNRELEASED) +== + +... + D-Bus 1.7.4 (2013-06-13) == +The “but is your thread-safety thread-safe?” release. + Security fixes: • CVE-2013-2168: Fix misuse of va_list that could be used as a denial diff --git a/configure.ac b/configure.ac index 8edbf18d4..4c63f982f 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], [7]) -m4_define([dbus_micro_version], [4]) +m4_define([dbus_micro_version], [5]) 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])