summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-10-04 08:51:09 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-10-04 08:51:09 +0100
commite56c66e5beba6617e1ad17411954d70d75d0634d (patch)
tree5952aad0ba14b3c2dc5f7858c4bb79e73540185b
parent87db372c2f9e3c8401f0c8e6e3d20106d168e9a2 (diff)
Prepare 1.2.30dbus-1.2.30
-rw-r--r--NEWS5
-rw-r--r--configure.in4
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