summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-09-28 14:03:29 -0400
committerColin Walters <walters@verbum.org>2012-09-28 14:03:29 -0400
commit2be27feb3c95d55cd7cd266e9747f9015461fd04 (patch)
tree408b5b11b8963e681fc0e31c6c39dd84c52be06e
parent9c9623ea5e81a7485bebc5462361ef277964ccab (diff)
Release 1.4.22dbus-1.4.22
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 187b215d..ba4f37de 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,9 @@
-D-Bus 1.4.22 (UNRELEASED)
+D-Bus 1.4.22 (2012-09-28)
==
-Changes:
+• CVE-2012-3524: Don't access environment variables (fd.o #52202)
+ Thanks to work and input from Colin Walters, Simon McVittie,
+ Geoffrey Thomas, and others.
• Be more careful about monotonic time vs. real time, fixing DBUS_COOKIE_SHA1
spec-compliance (fd.o #48580, David Zeuthen)
diff --git a/configure.ac b/configure.ac
index 7024b7ed..422e1d8d 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], [21])
+m4_define([dbus_micro_version], [22])
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])