diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2006-07-21 19:28:56 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2006-07-21 19:28:56 +0000 |
commit | a549de8b7a744ec52e514d1e38ac9f2370b5f8b6 (patch) | |
tree | 3b5ba5f9d80469e2b33a2b67d53633037667e69c /ChangeLog | |
parent | 6bc17d7da46454706492c849bc9cb3970c5815db (diff) |
* Removed some extra bindings stuff lingering around (thanks timo)
* dbus-pendingcall.c (_dbus_pending_call_new):
s/dbus_connection_ref/_dbus_connection_ref_unlocked fixes assertion
when we tried to take a lock on an already locked connection
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-07-21 John (J5) Palmieri <johnp@redhat.com> + + * Removed some extra bindings stuff lingering around (thanks timo) + * dbus-pendingcall.c (_dbus_pending_call_new): + s/dbus_connection_ref/_dbus_connection_ref_unlocked fixes assertion + when we tried to take a lock on an already locked connection + 2006-07-17 John (J5) Palmieri <johnp@redhat.com> * Released 0.90 |