dbus ChangeLog,1.1096,1.1097

Havoc Pennington hp at kemper.freedesktop.org
Tue Aug 29 18:27:46 PDT 2006


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

Modified Files:
	ChangeLog 
Log Message:
2006-08-29  Havoc Pennington  <hp at redhat.com>

	* test/test-service.c (path_message_func): fix lack of return value

	* dbus/dbus-sysdeps.c (_dbus_printf_string_upper_bound): fix
	formatting, remove #ifdef, and fix docs. #ifdef doesn't make
	any more sense than on anything else in this file.
	(_dbus_get_tmpdir): add const to return value, and keep the
	results of the various getenv around in a static variable.



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1096
retrieving revision 1.1097
diff -u -d -r1.1096 -r1.1097
--- ChangeLog	30 Aug 2006 01:06:28 -0000	1.1096
+++ ChangeLog	30 Aug 2006 01:27:44 -0000	1.1097
@@ -1,5 +1,15 @@
 2006-08-29  Havoc Pennington  <hp at redhat.com>
 
+	* test/test-service.c (path_message_func): fix lack of return value
+
+	* dbus/dbus-sysdeps.c (_dbus_printf_string_upper_bound): fix
+	formatting, remove #ifdef, and fix docs. #ifdef doesn't make
+	any more sense than on anything else in this file.
+	(_dbus_get_tmpdir): add const to return value, and keep the
+	results of the various getenv around in a static variable.
+
+2006-08-29  Havoc Pennington  <hp at redhat.com>
+
 	* dbus/dbus-sysdeps-util.c, dbus/dbus-sysdeps-util-unix.c: change
 	from Ralf Habacker to move UNIX-specific sysdeps into a separate file.
 



More information about the dbus-commit mailing list