mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 07:58:01 +02:00
Update NEWS (and pending spec version)
This commit is contained in:
parent
fc255f66f1
commit
18c73c4095
2 changed files with 16 additions and 2 deletions
6
NEWS
6
NEWS
|
|
@ -6,6 +6,12 @@ Dependencies:
|
|||
• On non-Windows platforms, D-Bus requires an <inttypes.h> that defines
|
||||
C99 constants such as PRId64 and PRIu64.
|
||||
|
||||
Enhancements:
|
||||
|
||||
• D-Bus Specification version 0.27
|
||||
· Specify that services should not reply if NO_REPLY_EXPECTED was used
|
||||
(fd.o #75749, Lars Uebernickel)
|
||||
|
||||
Fixes:
|
||||
|
||||
• Print 64-bit integers on non-GNU Unix platforms (fd.o #92043, Natanael Copa)
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
<article id="index">
|
||||
<articleinfo>
|
||||
<title>D-Bus Specification</title>
|
||||
<releaseinfo>Version 0.26</releaseinfo>
|
||||
<date>2015-02-19</date>
|
||||
<releaseinfo>Version 0.27</releaseinfo>
|
||||
<date>(not yet released)</date>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Havoc</firstname>
|
||||
|
|
@ -70,6 +70,14 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
<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>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>0.26</revnumber>
|
||||
<date>2015-02-19</date>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue