diff options
author | Havoc Pennington <hp@redhat.com> | 2003-04-11 03:58:56 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-04-11 03:58:56 +0000 |
commit | a03e626728db8a9cbe1dbbfab6f22f5870cb40ae (patch) | |
tree | 474f7137f4cddd8951c5d3bb50dcaaeda8e91360 /ChangeLog | |
parent | 78e79022316f45e86a6cac4da85d6b60f5a8f7f8 (diff) |
2003-04-11 Havoc Pennington <hp@pobox.com>
* bus/dispatch.c (check_existent_service_activation): accept a no
memory error in a place we didn't before
* bus/test.c (bus_test_run_everything): remove hacky "do it twice
in case the first one failed," since the test suite is less
broken now.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +2003-04-11 Havoc Pennington <hp@pobox.com> + + * bus/dispatch.c (check_existent_service_activation): accept a no + memory error in a place we didn't before + + * bus/test.c (bus_test_run_everything): remove hacky "do it twice + in case the first one failed," since the test suite is less + broken now. + 2003-04-10 Havoc Pennington <hp@pobox.com> * bus/dispatch.c (check_segfault_service_activation): add test @@ -9,7 +18,7 @@ 2003-04-10 Havoc Pennington <hp@pobox.com> * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): move all - the possible parent failures before we fork, so that we don't q + the possible parent failures before we fork, so that we don't fail to create a babysitter after creating the child. * bus/activation.c (bus_activation_activate_service): kill child |