From: Colin Walters Date: Fri, 28 Sep 2012 20:18:24 +0000 (-0400) Subject: Release 1.4.24 X-Git-Tag: dbus-1.4.24^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e9fe4e78be0c019f67ac8d90978de0e5f6ca40f;p=thirdparty%2Fdbus.git Release 1.4.24 --- diff --git a/NEWS b/NEWS index ba4f37de1..5fb3e902e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -D-Bus 1.4.22 (2012-09-28) +D-Bus 1.4.24 (2012-09-28) == • CVE-2012-3524: Don't access environment variables (fd.o #52202) @@ -11,6 +11,9 @@ D-Bus 1.4.22 (2012-09-28) • Don't use install(1) within the source/build trees, fixing the build as non-root when using OpenBSD install(1) (fd.o #48217, Antoine Jacoutot) +DBus 1.4.22 (never released as a tarball) +== + D-Bus 1.4.20 (2012-03-27) == diff --git a/configure.ac b/configure.ac index e63ede38a..8d7a534eb 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], [22]) +m4_define([dbus_micro_version], [24]) 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])