mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-04 01:17:58 +02:00
NEWS
This commit is contained in:
parent
0786e46318
commit
e33c318c13
2 changed files with 15 additions and 10 deletions
16
NEWS
16
NEWS
|
|
@ -1,18 +1,22 @@
|
|||
D-Bus 1.7.0 (UNRELEASED)
|
||||
==
|
||||
|
||||
Enhancements:
|
||||
|
||||
• D-Bus Specification 0.21
|
||||
· actually say that /org/freedesktop/DBus is the object that
|
||||
implements o.fd.DBus (fd.o #51865, Colin Walters)
|
||||
· various reorganisation for better clarity (fd.o #38252, Simon McVittie)
|
||||
· stop claiming that all basic types work just like INT32 (strings don't!)
|
||||
|
||||
Fixes:
|
||||
|
||||
• Unix-specific:
|
||||
· Fix compilation on Solaris (fd.o #53286, Jonathan Perkin)
|
||||
|
||||
D-Bus 1.6.4 (2012-07-18)
|
||||
==
|
||||
|
||||
Enhancements:
|
||||
|
||||
• D-Bus Specification 0.20
|
||||
· various reorganisation for better clarity (fd.o #38252, Simon McVittie)
|
||||
· stop claiming that all basic types work just like INT32 (strings don't!)
|
||||
|
||||
Fixes:
|
||||
|
||||
• Detect that users are "at the console" correctly when configured with
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
<article id="index">
|
||||
<articleinfo>
|
||||
<title>D-Bus Specification</title>
|
||||
<releaseinfo>Version 0.19</releaseinfo>
|
||||
<date>2012-02-21</date>
|
||||
<releaseinfo>Version 0.20</releaseinfo>
|
||||
<date>unreleased</date>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Havoc</firstname>
|
||||
|
|
@ -74,8 +74,9 @@
|
|||
<revision>
|
||||
<revnumber>current</revnumber>
|
||||
<date><ulink url='http://cgit.freedesktop.org/dbus/dbus/log/doc/dbus-specification.xml'>commit log</ulink></date>
|
||||
<authorinitials></authorinitials>
|
||||
<revremark></revremark>
|
||||
<authorinitials>smcv, walters</authorinitials>
|
||||
<revremark>reorganise for clarity, remove false claims about
|
||||
basic types, mention /o/fd/DBus</revremark>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>0.19</revnumber>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue