1.11.4

System Internals / DBus - Simon McVittie [debian.org] - 15 August 2016 15:44 UTC



###

diff --git a/NEWS b/NEWS
index 2cb5210..68a06a5 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 b3d5255..44bbdf0 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 ba1e739..f57a498 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
@@ -71,6 +71,12 @@



+ 0.28
+ 2016-08-15
+ PW
+ Clarify serialization
+

+
0.27
2015-12-02
LU

b25d78a 1.11.4
NEWS | 4 +++-
configure.ac | 4 ++--
doc/dbus-specification.xml | 10 ++++++++--
3 files changed, 13 insertions(+), 5 deletions(-)

Upstream: cgit.freedesktop.org


  • Share