mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 09:58:07 +02:00
1.11.4
This commit is contained in:
parent
b0e3fb6e48
commit
b25d78a16d
3 changed files with 13 additions and 5 deletions
4
NEWS
4
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
<article id="index">
|
||||
<articleinfo>
|
||||
<title>D-Bus Specification</title>
|
||||
<releaseinfo>Version 0.27</releaseinfo>
|
||||
<date>2015-12-02</date>
|
||||
<releaseinfo>Version 0.28</releaseinfo>
|
||||
<date>2016-08-15</date>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Havoc</firstname>
|
||||
|
|
@ -70,6 +70,12 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
<revhistory>
|
||||
<revision>
|
||||
<revnumber>0.28</revnumber>
|
||||
<date>2016-08-15</date>
|
||||
<authorinitials>PW</authorinitials>
|
||||
<revremark>Clarify serialization</revremark>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>0.27</revnumber>
|
||||
<date>2015-12-02</date>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue