mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-01 07:57:58 +02:00
D-Bus 1.7.6, spec 0.22
This commit is contained in:
parent
dc4d60d4a8
commit
9e4f0bf0e1
3 changed files with 10 additions and 5 deletions
4
NEWS
4
NEWS
|
|
@ -1,6 +1,8 @@
|
|||
D-Bus 1.7.6 (UNRELEASED)
|
||||
D-Bus 1.7.6 (2013-10-09)
|
||||
==
|
||||
|
||||
The “CSI Shrewsbury” release.
|
||||
|
||||
Build-time configuration changes:
|
||||
|
||||
• Directory change notification via dnotify on Linux is no longer
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ AC_PREREQ([2.63])
|
|||
|
||||
m4_define([dbus_major_version], [1])
|
||||
m4_define([dbus_minor_version], [7])
|
||||
m4_define([dbus_micro_version], [5])
|
||||
m4_define([dbus_micro_version], [6])
|
||||
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])
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<articleinfo>
|
||||
<title>D-Bus Specification</title>
|
||||
<releaseinfo>Version 0.22</releaseinfo>
|
||||
<date>(not yet released)</date>
|
||||
<date>2013-10-09</date>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Havoc</firstname>
|
||||
|
|
@ -73,9 +73,12 @@
|
|||
<revhistory>
|
||||
<revision>
|
||||
<revnumber>0.22</revnumber>
|
||||
<date>not yet released (<ulink url='http://cgit.freedesktop.org/dbus/dbus/log/doc/dbus-specification.xml'>commit log</ulink>)</date>
|
||||
<date>2013-10-09</date>
|
||||
<authorinitials></authorinitials>
|
||||
<revremark></revremark>
|
||||
<revremark>add GetConnectionCredentials, document
|
||||
GetAtdAuditSessionData, document GetConnectionSELinuxSecurityContext,
|
||||
document and correct .service file syntax and naming
|
||||
</revremark>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>0.21</revnumber>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue