mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-06 03:28:11 +02:00
1.11.0
This commit is contained in:
parent
f6e25fc6b6
commit
15097157ce
3 changed files with 10 additions and 12 deletions
2
NEWS
2
NEWS
|
|
@ -1,4 +1,4 @@
|
|||
D-Bus 1.11.0 (UNRELEASED)
|
||||
D-Bus 1.11.0 (2015-12-02)
|
||||
==
|
||||
|
||||
The “peppermint deer” release.
|
||||
|
|
|
|||
10
configure.ac
10
configure.ac
|
|
@ -2,8 +2,8 @@ dnl -*- mode: m4 -*-
|
|||
AC_PREREQ([2.63])
|
||||
|
||||
m4_define([dbus_major_version], [1])
|
||||
m4_define([dbus_minor_version], [10])
|
||||
m4_define([dbus_micro_version], [99])
|
||||
m4_define([dbus_minor_version], [11])
|
||||
m4_define([dbus_micro_version], [0])
|
||||
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])
|
||||
|
|
@ -34,16 +34,16 @@ AC_DEFINE_UNQUOTED(DBUS_DAEMON_NAME,"dbus-daemon",[Name of executable])
|
|||
#
|
||||
|
||||
## increment if the interface has additions, changes, removals.
|
||||
LT_CURRENT=17
|
||||
LT_CURRENT=18
|
||||
|
||||
## increment any time the source changes; set to
|
||||
## 0 if you increment CURRENT
|
||||
LT_REVISION=6
|
||||
LT_REVISION=0
|
||||
|
||||
## increment if any interfaces have been added; set to 0
|
||||
## if any interfaces have been changed or removed. removal has
|
||||
## precedence over adding, so set to 0 if both happened.
|
||||
LT_AGE=14
|
||||
LT_AGE=15
|
||||
|
||||
AC_SUBST(LT_CURRENT)
|
||||
AC_SUBST(LT_REVISION)
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<articleinfo>
|
||||
<title>D-Bus Specification</title>
|
||||
<releaseinfo>Version 0.27</releaseinfo>
|
||||
<date>(not yet released)</date>
|
||||
<date>2015-12-02</date>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Havoc</firstname>
|
||||
|
|
@ -72,11 +72,9 @@
|
|||
<revhistory>
|
||||
<revision>
|
||||
<revnumber>0.27</revnumber>
|
||||
<date>(not yet released)</date>
|
||||
<authorinitials>n/a</authorinitials>
|
||||
<revremark>
|
||||
see <ulink url='http://cgit.freedesktop.org/dbus/dbus/log/doc/dbus-specification.xml'>commit log</ulink>
|
||||
</revremark>
|
||||
<date>2015-12-02</date>
|
||||
<authorinitials>LU</authorinitials>
|
||||
<revremark>Services should not send unwanted replies</revremark>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>0.26</revnumber>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue