dbus ChangeLog,1.475,1.476

Kristian Hogsberg krh at pdx.freedesktop.org
Thu Apr 22 08:13:09 EST 2004


Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv6906

Modified Files:
	ChangeLog 
Log Message:
2004-04-21  Kristian Høgsberg  <krh at redhat.com>

	* dbus/dbus-server-unix.c (unix_finalize): Don't unref
	unix_server->watch here, it is unreffed in disconnect.
	(_dbus_server_new_for_tcp_socket): convert NULL host to
	"localhost" here so we don't append NULL to address.
	
	* dbus/dbus-server.c (_dbus_server_test): Add test case for
	various addresses, including tcp with no explicit host.


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.475
retrieving revision 1.476
diff -u -d -r1.475 -r1.476
--- a/ChangeLog	21 Apr 2004 21:29:07 -0000	1.475
+++ b/ChangeLog	21 Apr 2004 22:13:07 -0000	1.476
@@ -1,3 +1,13 @@
+2004-04-21  Kristian Høgsberg  <krh at redhat.com>
+
+	* dbus/dbus-server-unix.c (unix_finalize): Don't unref
+	unix_server->watch here, it is unreffed in disconnect.
+	(_dbus_server_new_for_tcp_socket): convert NULL host to
+	"localhost" here so we don't append NULL to address.
+	
+	* dbus/dbus-server.c (_dbus_server_test): Add test case for
+	various addresses, including tcp with no explicit host.
+
 2004-04-21  Olivier Andrieu  <oliv__a at users.sourceforge.net>
 
 	* dbus/dbus-message.c (decode_header_data, decode_string_field):




More information about the dbus-commit mailing list