dbus ChangeLog,1.1204,1.1205

Havoc Pennington hp at kemper.freedesktop.org
Tue Nov 14 17:52:03 PST 2006


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

Modified Files:
	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.1204
retrieving revision 1.1205
diff -u -d -r1.1204 -r1.1205
--- ChangeLog	14 Nov 2006 18:56:43 -0000	1.1204
+++ ChangeLog	15 Nov 2006 01:52:01 -0000	1.1205
@@ -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>
 
 	* dbus/dbus-threads.h: fix DBUS_THREAD_FUNCTIONS_ALL_MASK to have



More information about the dbus-commit mailing list