dbus ChangeLog,1.1126,1.1127

Havoc Pennington hp at kemper.freedesktop.org
Sat Sep 16 12:24:10 PDT 2006


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

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

	* dbus/dbus-transport.c (_dbus_transport_open): modify to delegate
	to _dbus_transport_open_platform_specific,
	_dbus_transport_open_socket,
	and _dbus_transport_open_debug_pipe

	* dbus/dbus-transport-protected.h: add _dbus_transport_open_platform_specific



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1126
retrieving revision 1.1127
diff -u -d -r1.1126 -r1.1127
--- ChangeLog	16 Sep 2006 18:46:47 -0000	1.1126
+++ ChangeLog	16 Sep 2006 19:24:07 -0000	1.1127
@@ -1,5 +1,14 @@
 2006-09-16  Havoc Pennington  <hp at redhat.com>
 
+	* dbus/dbus-transport.c (_dbus_transport_open): modify to delegate
+	to _dbus_transport_open_platform_specific,
+	_dbus_transport_open_socket,
+	and _dbus_transport_open_debug_pipe
+
+	* dbus/dbus-transport-protected.h: add _dbus_transport_open_platform_specific
+
+2006-09-16  Havoc Pennington  <hp at redhat.com>
+
         Attempt auditing public API to remove all cases where a Unix
 	function returns weird emulated goo to Windows. This probably 
 	breaks the bus daemon on Windows, to fix it again we may 



More information about the dbus-commit mailing list