dbus ChangeLog,1.1203.2.1,1.1203.2.2

Havoc Pennington hp at kemper.freedesktop.org
Tue Nov 14 17:51:21 PST 2006


Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv8172

Modified Files:
      Tag: DBUS_1_0
	ChangeLog 
Log Message:
2006-11-14  Havoc Pennington  <hp at redhat.com>

	* dbus/dbus-internals.c (_dbus_generate_uuid): The spec said the
	UUID had the timestamp last, but the implementation had it first;
	move it to last since I think it's a tiny bit nicer (easier to
	compare at a glance, faster to sort, less code), and will not
	cause any practical compatibility problems. Also, always convert
	the timestamp to big endian.

	* doc/dbus-specification.xml: Clean up the docs on the UUID.

	* tools/dbus-uuidgen.1: more prominently say it is not suitable
	as a replacement for regular uuidgen/RFC4122.



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1203.2.1
retrieving revision 1.1203.2.2
diff -u -d -r1.1203.2.1 -r1.1203.2.2
--- ChangeLog	14 Nov 2006 18:54:39 -0000	1.1203.2.1
+++ ChangeLog	15 Nov 2006 01:51:19 -0000	1.1203.2.2
@@ -1,3 +1,17 @@
+2006-11-14  Havoc Pennington  <hp at redhat.com>
+
+	* dbus/dbus-internals.c (_dbus_generate_uuid): The spec said the
+	UUID had the timestamp last, but the implementation had it first;
+	move it to last since I think it's a tiny bit nicer (easier to
+	compare at a glance, faster to sort, less code), and will not
+	cause any practical compatibility problems. Also, always convert
+	the timestamp to big endian.
+
+	* doc/dbus-specification.xml: Clean up the docs on the UUID.
+
+	* tools/dbus-uuidgen.1: more prominently say it is not suitable
+	as a replacement for regular uuidgen/RFC4122.
+
 2006-11-14  John (J5) Palmieri  <johnp at redhat.com>
 
 	* configure.in: Bump version to 1.0.1 for next stable release



More information about the dbus-commit mailing list