From 86ff4e0cac6fc05fa5f18ff4c1b5089023dc0e6f Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 22 Aug 2007 10:12:20 +0000 Subject: [PATCH] Update ChangeLog for SVN users --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7d6b85df3..666a6e45e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-08-22 Emmanuele Bassi + + * clutter/clutter-main.c (clutter_threads_dispatch_free): Remove + the main threads locking calls: the main loop might remove the + source while dispatching it, so whether or not we are already + holding the lock is unpredictable for the library. Leave a comment + with the relevant bug number in GNOME's Bugzilla and wait for a + fix in GLib. + 2007-08-21 Emmanuele Bassi * clutter/clutter-event.c: Correctly initialise the state