]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
dbus-1.8.20 dbus-1.8.20
authorSimon McVittie <smcv@debian.org>
Tue, 21 Jul 2015 16:32:17 +0000 (17:32 +0100)
committerSimon McVittie <smcv@debian.org>
Tue, 21 Jul 2015 16:32:17 +0000 (17:32 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d323c0035d73f9528217d728313b56f472c57376..9594c26d6eccd63370918247b1c727772f5f3bc8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-D-Bus 1.8.20 (UNRELEASED)
+D-Bus 1.8.20 (2015-07-21)
 ==
 
+The “Iguana Vanguard” release.
+
 Fixes:
 
 • Fix a memory leak when GetConnectionCredentials() succeeds
index f8f2e182bcbc6738d4a788f72d07c832abab7873..2f56b3fe5538c6e42f3dcae107d950688679aa26 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
 
 m4_define([dbus_major_version], [1])
 m4_define([dbus_minor_version], [8])
-m4_define([dbus_micro_version], [19])
+m4_define([dbus_micro_version], [20])
 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])
@@ -37,7 +37,7 @@ LT_CURRENT=11
 
 ## increment any time the source changes; set to
 ##  0 if you increment CURRENT
-LT_REVISION=12
+LT_REVISION=13
 
 ## increment if any interfaces have been added; set to 0
 ## if any interfaces have been changed or removed. removal has