From: Simon McVittie Date: Mon, 15 Aug 2016 20:44:06 +0000 (+0100) Subject: 1.11.4 X-Git-Tag: dbus-1.11.4^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b25d78a16d9143581700903bbeff5a957eea242b;p=thirdparty%2Fdbus.git 1.11.4 --- diff --git a/NEWS b/NEWS index 2cb5210b4..68a06a560 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ -D-Bus 1.11.4 (UNRELEASED) +D-Bus 1.11.4 (2016-08-15) == +The “copper pickaxe” release. + Dependencies: • Building from git (but not from tarballs) now requires diff --git a/configure.ac b/configure.ac index b3d5255fb..44bbdf08f 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], [11]) -m4_define([dbus_micro_version], [3]) +m4_define([dbus_micro_version], [4]) 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]) @@ -41,7 +41,7 @@ LT_CURRENT=18 ## increment any time the source changes; set to ## 0 if you increment CURRENT -LT_REVISION=1 +LT_REVISION=2 ## increment if any interfaces have been added; set to 0 ## if any interfaces have been changed or removed. removal has diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index ba1e73904..f57a49830 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -6,8 +6,8 @@
D-Bus Specification - Version 0.27 - 2015-12-02 + Version 0.28 + 2016-08-15 Havoc @@ -70,6 +70,12 @@ + + 0.28 + 2016-08-15 + PW + Clarify serialization + 0.27 2015-12-02