diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-06-12 13:36:54 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-06-12 13:59:33 +0100 |
commit | 6700bc2c464258ad71848e4a4e1aa49f980f689f (patch) | |
tree | 0fe482b7a41ae04f177f0511cebc46692638745a | |
parent | fd635a65cf7642a4f6d005e201d1ba221841c8f0 (diff) |
Prepare embargoed release for tomorrowdbus-1.4.26
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,10 @@ -D-Bus 1.4.26 (UNRELEASED) +D-Bus 1.4.26 (2013-06-13) == +• 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) + • In the activation helper, when compiled for tests, do not reset the system bus address, fixing the regression tests. (fd.o #52202, Simon) diff --git a/configure.ac b/configure.ac index ee21988d..b5ed1741 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], [25]) +m4_define([dbus_micro_version], [26]) 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]) |