]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Prepare embargoed release for tomorrow dbus-1.4.26
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 12 Jun 2013 12:36:54 +0000 (13:36 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 12 Jun 2013 12:59:33 +0000 (13:59 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 79d13a123ebb5e323b8fb12675e02c20695c956d..62424783d2d92be1278fa9a87d397428285d15a0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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)
 
index ee21988d869c08c6fa07ef4b8563bc4d7793e478..b5ed174119086187be8e34dc8d72b6392de2340c 100644 (file)
@@ -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])