dbus ChangeLog,1.643,1.644

Havoc Pennington hp@freedesktop.org
Tue Jan 18 12:42:17 PST 2005


Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv23786

Modified Files:
	ChangeLog 
Log Message:
2005-01-18  Havoc Pennington  <hp@redhat.com>

        * Throughout, grand renaming to strip out the use of "service",
	just say "name" instead (or "bus name" when ambiguous).  Did not
	change the internal code of the message bus itself, only the
	programmer-facing API and messages.
	
	* doc/dbus-specification.xml: further update the message bus section
	
	* bus/config-parser.c (all_are_equiv): fix bug using freed string
	in error case



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.643
retrieving revision 1.644
diff -u -d -r1.643 -r1.644
--- ChangeLog	18 Jan 2005 03:03:07 -0000	1.643
+++ ChangeLog	18 Jan 2005 20:42:15 -0000	1.644
@@ -1,3 +1,15 @@
+2005-01-18  Havoc Pennington  <hp@redhat.com>
+
+        * Throughout, grand renaming to strip out the use of "service",
+	just say "name" instead (or "bus name" when ambiguous).  Did not
+	change the internal code of the message bus itself, only the
+	programmer-facing API and messages.
+	
+	* doc/dbus-specification.xml: further update the message bus section
+	
+	* bus/config-parser.c (all_are_equiv): fix bug using freed string
+	in error case
+
 2005-01-17  Havoc Pennington  <hp@redhat.com>
 
 	* dbus/dbus-types.h: remove 16-bit types since we don't use them



More information about the dbus-commit mailing list