diff options
author | Havoc Pennington <hp@redhat.com> | 2006-09-16 19:24:08 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2006-09-16 19:24:08 +0000 |
commit | fe4715b656237b89767b5dc0cba4c107541b6e0d (patch) | |
tree | 8defca3126803c37043110e7edb81dfa5476fceb /ChangeLog | |
parent | e001455a0300cc1df17684a028049c8c33e4f575 (diff) | |
download | dbus-fe4715b656237b89767b5dc0cba4c107541b6e0d.tar.gz |
2006-09-16 Havoc Pennington <hp@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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2006-09-16 Havoc Pennington <hp@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@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 |