Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dbus
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
240
Issues
240
List
Boards
Labels
Service Desk
Milestones
Merge Requests
28
Merge Requests
28
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dbus
dbus
Commits
f0079c31
Commit
f0079c31
authored
Jun 29, 2017
by
Simon McVittie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.11.14
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
026db810
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
40 additions
and
8 deletions
+40
-8
NEWS
NEWS
+3
-1
configure.ac
configure.ac
+4
-4
doc/dbus-specification.xml
doc/dbus-specification.xml
+33
-3
No files found.
NEWS
View file @
f0079c31
D
-
Bus
1.11.14
(
UNRELEASED
)
D
-
Bus
1.11.14
(
2017
-
06
-
29
)
==
The
“
irrational
fear
of
bees
”
release
.
Dependencies
:
•
Expat
>=
2.1.0
is
always
required
...
...
configure.ac
View file @
f0079c31
...
...
@@ -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], [1
3
])
m4_define([dbus_micro_version], [1
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])
...
...
@@ -38,16 +38,16 @@ AC_DEFINE_UNQUOTED(DBUS_DAEMON_NAME,"dbus-daemon",[Name of executable])
#
## increment if the interface has additions, changes, removals.
LT_CURRENT=
19
LT_CURRENT=
20
## increment any time the source changes; set to
## 0 if you increment CURRENT
LT_REVISION=
4
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=1
6
LT_AGE=1
7
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
...
...
doc/dbus-specification.xml
View file @
f0079c31
...
...
@@ -7,7 +7,7 @@
<articleinfo>
<title>
D-Bus Specification
</title>
<releaseinfo>
Version 0.31
</releaseinfo>
<date>
(not yet released)
</date>
<date>
2017-06-29
</date>
<authorgroup>
<author>
<firstname>
Havoc
</firstname>
...
...
@@ -70,13 +70,43 @@
</author>
</authorgroup>
<revhistory>
<revision>
<revnumber>
0.31
</revnumber>
<
!--<
revision>
<revnumber>
latest
</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>
</revision>-->
<revision>
<revnumber>
0.31
</revnumber>
<date>
2017-06-29
</date>
<authorinitials>
smcv, TG
</authorinitials>
<revdescription>
<itemizedlist>
<listitem><simpara>
Don't require implementation-specific search
paths to be lowest priority
</simpara></listitem>
<listitem><simpara>
Correct regex syntax for optionally-escaped
bytes in addresses so it includes hyphen-minus, forward slash
and underscore as intended
</simpara></listitem>
<listitem><simpara>
Describe all message bus methods in the same
section
</simpara></listitem>
<listitem><simpara>
Clarify the correct object path for method calls
to the message bus
</simpara></listitem>
<listitem><simpara>
Document that the message bus implements
Introspectable, Peer and Properties
</simpara></listitem>
<listitem><simpara>
Add new Features and Interfaces properties for
message bus feature-discovery
</simpara></listitem>
<listitem><simpara>
Add unix:dir=..., which resembles
unix:tmpdir=... but never uses abstract
sockets
</simpara></listitem>
<listitem><simpara>
Don't require eavesdrop='true' to be accepted
from connections not sufficiently privileged to use it
successfully
</simpara></listitem>
<listitem><simpara>
Formally deprecate eavesdropping in favour of
BecomeMonitor
</simpara></listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<revnumber>
0.30
</revnumber>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment