mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-05 01:50:29 +01:00
Prepare 1.5.0
- D-Bus Specification 0.16 - libtool 9:0:6
This commit is contained in:
parent
c4b76acc6b
commit
968dbab087
3 changed files with 22 additions and 7 deletions
10
NEWS
10
NEWS
|
|
@ -1,6 +1,14 @@
|
|||
D-Bus 1.5.0 (UNRELEASED)
|
||||
D-Bus 1.5.0 (2011-04-11)
|
||||
==
|
||||
|
||||
The "you never know when you need to tow something from your giant
|
||||
flying shark" release.
|
||||
|
||||
• D-Bus Specification v0.16
|
||||
· Add support for path_namespace and arg0namespace in match rules
|
||||
(fd.o #24317, #34870; Will Thompson, David Zeuthen, Simon McVittie)
|
||||
· Make argNpath support object paths, not just object-path-like strings,
|
||||
and document it better (fd.o #31818, Will Thompson)
|
||||
• Let the bus daemon implement more than one interface (fd.o #33757,
|
||||
Simon McVittie)
|
||||
• Optimize _dbus_string_replace_len to reduce waste (fd.o #21261,
|
||||
|
|
|
|||
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], [4])
|
||||
m4_define([dbus_micro_version], [9])
|
||||
m4_define([dbus_minor_version], [5])
|
||||
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])
|
||||
|
|
@ -32,16 +32,16 @@ AC_DEFINE_UNQUOTED(DBUS_DAEMON_NAME,"dbus-daemon",[Name of executable])
|
|||
#
|
||||
|
||||
## increment if the interface has additions, changes, removals.
|
||||
LT_CURRENT=8
|
||||
LT_CURRENT=9
|
||||
|
||||
## increment any time the source changes; set to
|
||||
## 0 if you increment CURRENT
|
||||
LT_REVISION=5
|
||||
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=5
|
||||
LT_AGE=6
|
||||
|
||||
AC_SUBST(LT_CURRENT)
|
||||
AC_SUBST(LT_REVISION)
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<articleinfo>
|
||||
<title>D-Bus Specification</title>
|
||||
<releaseinfo>Version 0.16</releaseinfo>
|
||||
<date>(not finalized)</date>
|
||||
<date>2011-04-11</date>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Havoc</firstname>
|
||||
|
|
@ -57,6 +57,13 @@
|
|||
<authorinitials></authorinitials>
|
||||
<revremark></revremark>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>0.16</revnumber>
|
||||
<date>11 April 2011</date>
|
||||
<authorinitials></authorinitials>
|
||||
<revremark>add path_namespace, arg0namespace; argNpath matches object
|
||||
paths</revremark>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>0.15</revnumber>
|
||||
<date>3 November 2010</date>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue