summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-08-09 12:42:52 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-08-09 12:42:52 +0100
commite33c318c1399e58c8e1c0934282d2d47d9539b9b (patch)
tree83f48250b357326aa637da52cb2acc17fc7c242d
parent0786e46318ebc9263a646960ebc742a40196d9ce (diff)
downloaddbus-e33c318c1399e58c8e1c0934282d2d47d9539b9b.tar.gz
NEWS
-rw-r--r--NEWS16
-rw-r--r--doc/dbus-specification.xml9
2 files changed, 15 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index dfac67f5..ccf681e6 100644
--- a/NEWS
+++ b/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
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml
index 1c54c155..b3130708 100644
--- a/doc/dbus-specification.xml
+++ b/doc/dbus-specification.xml
@@ -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>