dbus ChangeLog,1.1208,1.1209

Thiago J. Macieira thiago at kemper.freedesktop.org
Sun Nov 19 10:23:29 PST 2006


Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv10781

Modified Files:
	ChangeLog 
Log Message:
	* dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock,
        _dbus_pthread_condvar_wait,
        _dbus_pthread_condvar_wait_timeout): set pmutex->holder to
        pthread_self() after coming back from a conditional variable
        wait as well as in one codepath where it was forgotten.
	Approved by: Havoc Pennington.


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1208
retrieving revision 1.1209
diff -u -d -r1.1208 -r1.1209
--- ChangeLog	18 Nov 2006 03:30:36 -0000	1.1208
+++ ChangeLog	19 Nov 2006 18:23:27 -0000	1.1209
@@ -1,3 +1,12 @@
+2006-11-19  Thiago Macieira  <thiago at kde.org>
+
+	* dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock,
+        _dbus_pthread_condvar_wait,
+        _dbus_pthread_condvar_wait_timeout): set pmutex->holder to
+        pthread_self() after coming back from a conditional variable
+        wait as well as in one codepath where it was forgotten.
+	Approved by: Havoc Pennington.
+
 2006-11-17  Havoc Pennington  <hp at redhat.com>
 
 	* update-dbus-docs.sh: allow setting fd.org username via env



More information about the dbus-commit mailing list