]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Release 1.4.24 dbus-1.4.24
authorColin Walters <walters@verbum.org>
Fri, 28 Sep 2012 20:18:24 +0000 (16:18 -0400)
committerColin Walters <walters@verbum.org>
Fri, 28 Sep 2012 20:19:39 +0000 (16:19 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index ba4f37de1c79547042914c5e6695325ef9c07a60..5fb3e902e16d9bc663f9a8629b3866be5f7ff1d9 100644 (file)
--- 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)
 ==
 
index e63ede38aa7ecccc74453004747c92d3d76d39db..8d7a534eb0ea87ab3d37f6be287efad446fc8547 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], [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])