dbus ChangeLog,1.1179,1.1180
Havoc Pennington
hp at kemper.freedesktop.org
Thu Oct 26 20:29:11 PDT 2006
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv17116
Modified Files:
ChangeLog
Log Message:
2006-10-26 Havoc Pennington <hp at redhat.com>
* dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock): change
to be recursive
(_dbus_pthread_mutex_unlock): make it recursive
(_dbus_pthread_condvar_wait): save/restore the recursion count
(_dbus_pthread_condvar_wait_timeout): save/restore the recursion count
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1179
retrieving revision 1.1180
diff -u -d -r1.1179 -r1.1180
--- ChangeLog 27 Oct 2006 02:17:42 -0000 1.1179
+++ ChangeLog 27 Oct 2006 03:29:09 -0000 1.1180
@@ -1,4 +1,12 @@
2006-10-26 Havoc Pennington <hp at redhat.com>
+
+ * dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock): change
+ to be recursive
+ (_dbus_pthread_mutex_unlock): make it recursive
+ (_dbus_pthread_condvar_wait): save/restore the recursion count
+ (_dbus_pthread_condvar_wait_timeout): save/restore the recursion count
+
+2006-10-26 Havoc Pennington <hp at redhat.com>
* doc/dbus-specification.xml: clarify the UUID text slightly
More information about the dbus-commit
mailing list