From: Simon McVittie Date: Wed, 21 Sep 2011 17:26:29 +0000 (+0100) Subject: Prepare version 1.5.8 X-Git-Tag: dbus-1.5.8^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e24b3f1dbaf1c0040465a36f940d4281a7dc4673;p=thirdparty%2Fdbus.git Prepare version 1.5.8 --- diff --git a/AUTHORS b/AUTHORS index 5980ee024..ed8afdf13 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,6 +13,7 @@ Christian Ehrlicher Christian Persch (GNOME) Colin Walters Colin Watson +Cosimo Alfarano Cristian Rodríguez Cyril Brulebois Daniel P. Berrange diff --git a/NEWS b/NEWS index 8a156fa1c..42d96dd63 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,13 @@ -D-Bus 1.5.8 (UNRELEASED) +D-Bus 1.5.8 (2011-09-21) == The "cross-metering" release. -• Clean up dead code (fd.o #39231, Simon McVittie) +In addition to dead code removal and refactoring, this release contains all +of the bugfixes from 1.4.16. + +• Clean up dead code, and make more warnings fatal in development builds + (fd.o #39231, fd.o #41012; Simon McVittie) • If full test coverage is requested via --enable-tests, strictly require Python, pygobject and dbus-python, which are required by some tests; if not, diff --git a/configure.ac b/configure.ac index d6e7cd8b9..c6eb296af 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], [5]) -m4_define([dbus_micro_version], [7]) +m4_define([dbus_micro_version], [8]) 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]) @@ -36,7 +36,7 @@ LT_CURRENT=9 ## increment any time the source changes; set to ## 0 if you increment CURRENT -LT_REVISION=3 +LT_REVISION=4 ## increment if any interfaces have been added; set to 0 ## if any interfaces have been changed or removed. removal has