diff options
author | Havoc Pennington <hp@redhat.com> | 2007-06-14 22:02:10 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2007-06-14 22:02:10 +0000 |
commit | bfd6be8555945c01da8772643f71ba511c52cc34 (patch) | |
tree | 783d72c1046689a1cd3dcbd2df594d3575a5719e /ChangeLog | |
parent | e7c0d217795f4e8eb618f82b9b3e52807436c8f1 (diff) |
2007-06-14 Havoc Pennington <hp@redhat.com>
* bus/dispatch.c (check_get_connection_unix_process_id): mop up
getpid() (noticed by Peter KKümmel) and adapt the test to
expect a "pid unknown" error when running on Windows.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2007-06-14 Havoc Pennington <hp@redhat.com> + * bus/dispatch.c (check_get_connection_unix_process_id): mop up + getpid() (noticed by Peter KKümmel) and adapt the test to + expect a "pid unknown" error when running on Windows. + +2007-06-14 Havoc Pennington <hp@redhat.com> + * dbus/dbus-sysdeps-unix.c (_dbus_credentials_parse_and_add_user): delete this function since it was effectively the same as _dbus_credentials_add_from_username() @@ -214,7 +220,7 @@ 2007-05-27 Ralf Habacker <ralf.habacker@freenet.de> * bus/policy.c,dbus/dbus-internals.c: fixed inconsistant line endings - as reported by Peter Kümmel. + as reported by Peter Kümmel. 2007-05-25 John (J5) Palmieri <johnp@redhat.com> |