From e56c66e5beba6617e1ad17411954d70d75d0634d Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 4 Oct 2012 08:51:09 +0100 Subject: Prepare 1.2.30 --- NEWS | 5 ++++- configure.in | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 15c0c43c..96a8d0ef 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ -D-Bus 1.2.30 (UNRELEASED) +D-Bus 1.2.30 (2012-10-04) == +• CVE-2012-3524: Don't access environment variables while setuid (fd.o #52202) + This change corresponds to those in D-Bus 1.6.8 and 1.4.24. + D-Bus 1.2.28 (2011-06-10) == diff --git a/configure.in b/configure.in index 28c11de5..d6d1cdb2 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_PREREQ(2.52) m4_define([dbus_major_version], [1]) m4_define([dbus_minor_version], [2]) -m4_define([dbus_micro_version], [29]) +m4_define([dbus_micro_version], [30]) m4_define([dbus_version], [dbus_major_version.dbus_minor_version.dbus_micro_version]) AC_INIT(dbus, [dbus_version]) @@ -35,7 +35,7 @@ LT_CURRENT=7 ## increment any time the source changes; set to ## 0 if you increment CURRENT -LT_REVISION=2 +LT_REVISION=3 ## increment if any interfaces have been added; set to 0 ## if any interfaces have been changed or removed. removal has -- cgit v1.2.3