From 98a18eb9516aa1f8829fd66cd67aef0e3a7c3c52 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 13 Jun 2013 13:46:07 +0100 Subject: Start 1.4.27 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 62424783..c9019001 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ +D-Bus 1.4.28 (UNRELEASED) +== + +... + D-Bus 1.4.26 (2013-06-13) == +The “tiny pottery tortoise” release. + • CVE-2013-2168: Fix misuse of va_list that could be used as a denial of service for system services. Vulnerability reported by Alexandru Cornea. (Simon) diff --git a/configure.ac b/configure.ac index b5ed1741..13491482 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], [26]) +m4_define([dbus_micro_version], [27]) 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]) -- cgit v1.2.3