diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-06-14 09:50:17 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-06-14 09:50:17 +0000 |
commit | 9bdc8322ff774dd537a1342f45fc6420c507b748 (patch) | |
tree | 11acb85e59e0b9e5c5cf199f72b287cdcead7473 | |
parent | 176ab450007d39b9a0f846879e2cf80023118453 (diff) |
doc/dbus-specification.xml: say the protocol version is 1 instead of 0
(patch from Kristoffer Lundén, fd.o#10033)
Also remove the FIXME about removing protocol version from messages (as per
Havoc's comment on that bug)
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | doc/dbus-specification.xml | 4 |
2 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,10 @@ +2007-06-14 Simon McVittie <simon.mcvittie@collabora.co.uk> + + * doc/dbus-specification.xml: say the protocol version is 1 instead of + 0 (patch from Kristoffer Lundén, fd.o#10033) and remove the FIXME + about removing protocol version from messages (as per Havoc's comment + on that bug) + 2007-06-14 Ralf Habacker <ralf.habacker@freenet.de> * dbus/dbus-sysdeps-win.c (_dbus_pid_for_log,_dbus_flush_caches): diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 2e78d24a..878c2fa4 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -757,9 +757,7 @@ the major protocol version of the receiving application does not match, the applications will not be able to communicate and the D-Bus connection must be disconnected. The major protocol - version for this version of the specification is 0. - FIXME this field is stupid and pointless to put in - every message. + version for this version of the specification is 1. </entry> </row> <row> |