dbus ChangeLog,1.710,1.711

Colin Walters walters at freedesktop.org
Sat Feb 19 15:25:43 PST 2005


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

Modified Files:
	ChangeLog 
Log Message:
2005-02-19  Colin Walters  <walters at verbum.org>

	* glib/dbus-binding-tool-glib.c
	(dbus_binding_tool_output_glib_server): Fix iochannel refcounting.

	* glib/dbus-glib-tool.c: Include dbus-glib-tool.h, as well
	as errno.h and sys/stat.h.
	(lose): New function, prints error with
	newline and exits.
	(lose_gerror): Similar, but takes GError for message.
	(main): Add --output argument to specify output file to write to,
	instead of always printing to stdout.  In this mode, determine
	timestamps on source files to see whether any are newer than the
	target file.  If not, exit.  Also convert a number of error
	messages to use lose (since it's shorter), and switch to using
	g_io_channel_shutdown.


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.710
retrieving revision 1.711
diff -u -d -r1.710 -r1.711
--- ChangeLog	19 Feb 2005 16:17:29 -0000	1.710
+++ ChangeLog	19 Feb 2005 23:25:41 -0000	1.711
@@ -1,3 +1,20 @@
+2005-02-19  Colin Walters  <walters at verbum.org>
+
+	* glib/dbus-binding-tool-glib.c
+	(dbus_binding_tool_output_glib_server): Fix iochannel refcounting.
+
+	* glib/dbus-glib-tool.c: Include dbus-glib-tool.h, as well
+	as errno.h and sys/stat.h.
+	(lose): New function, prints error with
+	newline and exits.
+	(lose_gerror): Similar, but takes GError for message.
+	(main): Add --output argument to specify output file to write to,
+	instead of always printing to stdout.  In this mode, determine
+	timestamps on source files to see whether any are newer than the
+	target file.  If not, exit.  Also convert a number of error
+	messages to use lose (since it's shorter), and switch to using
+	g_io_channel_shutdown.
+
 2005-02-19  Havoc Pennington  <hp at redhat.com>
 
 	* glib/dbus-gobject.c



More information about the dbus-commit mailing list