dbus ChangeLog,1.1203.2.6,1.1203.2.7

Thiago J. Macieira thiago at kemper.freedesktop.org
Wed Nov 22 09:49:59 PST 2006


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

Modified Files:
      Tag: DBUS_1_0
	ChangeLog 
Log Message:
Backporting from HEAD:
	* 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.1203.2.6
retrieving revision 1.1203.2.7
diff -u -d -r1.1203.2.6 -r1.1203.2.7
--- ChangeLog	18 Nov 2006 03:30:47 -0000	1.1203.2.6
+++ ChangeLog	22 Nov 2006 17:49:57 -0000	1.1203.2.7
@@ -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