diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2008-02-26 10:35:56 -0500 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2008-02-26 10:35:56 -0500 |
commit | 381c8548b2deaf1bd827b69e144b652e00f8af1d (patch) | |
tree | dbdfe9b11e1891fa5c4b93a5ee71b0e4a1630e2e /ChangeLog | |
parent | be8750940bac3e2c876ea45988c916c3ac182de7 (diff) | |
download | dbus-381c8548b2deaf1bd827b69e144b652e00f8af1d.tar.gz |
correctly unref connections without guids during shutdown
* dbus/dbus-connection.c (close_connection_on_shutdown): new method
split out from shared_connections_shutdown
(shared_connections_shutdown): shutdown all shared connections
without guids
(_dbus_connection_ref_unlocked): handle OOM when prepending no guid
connections to the shared_connections_no_guid list
* Patch by Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2008-02-26 John (J5) Palmieri <johnp@redhat.com> + + * correctly unref connections without guids during shutdown + * dbus/dbus-connection.c (close_connection_on_shutdown): new method + split out from shared_connections_shutdown + (shared_connections_shutdown): shutdown all shared connections + without guids + (_dbus_connection_ref_unlocked): handle OOM when prepending no guid + connections to the shared_connections_no_guid list + * Patch by Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com> + 2008-02-21 John (J5) Palmieri <johnp@redhat.com> * fix build against the latest gcc/glibc |