]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Start 1.4.27
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 13 Jun 2013 12:46:07 +0000 (13:46 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 13 Jun 2013 12:46:07 +0000 (13:46 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 62424783d2d92be1278fa9a87d397428285d15a0..c901900138542baddbcddfcd1dc736cd99a6a003 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
+D-Bus 1.4.28 (UNRELEASED)
+==
+
+...
+
 D-Bus 1.4.26 (2013-06-13)
 ==
 
+The “tiny pottery tortoise” release.
+
 • CVE-2013-2168: Fix misuse of va_list that could be used as a denial
   of service for system services. Vulnerability reported by Alexandru Cornea.
   (Simon)
index b5ed174119086187be8e34dc8d72b6392de2340c..13491482da96db109396883d223cc46a6ffea138 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], [26])
+m4_define([dbus_micro_version], [27])
 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])