From: Simon McVittie Date: Thu, 14 Jun 2007 09:50:17 +0000 (+0000) Subject: doc/dbus-specification.xml: say the protocol version is 1 instead of 0 X-Git-Tag: dbus-1.1.1~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9bdc8322ff774dd537a1342f45fc6420c507b748;p=thirdparty%2Fdbus.git 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) --- diff --git a/ChangeLog b/ChangeLog index ee9c1bb31..fdfcc4dac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-06-14 Simon McVittie + + * 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 * 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 2e78d24ab..878c2fa4c 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.