summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-09-05 01:01:22 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-09-05 01:01:22 +0000
commit956f83493938ba6f18b1f5086923bd0da2cbec2e (patch)
treeda6eff1f4c3557987f0ede02f378cb287e5c4005 /gdk-pixbuf/ChangeLog
parentaddf422b345c8b5bec04547b9e926e166386247b (diff)
downloadgtk+-956f83493938ba6f18b1f5086923bd0da2cbec2e.tar.gz
Fix a deadlock in pixbuf loader initialization
svn path=/trunk/; revision=21295
Diffstat (limited to 'gdk-pixbuf/ChangeLog')
-rw-r--r--gdk-pixbuf/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog
index f9c2bf5697..e233dca55b 100644
--- a/gdk-pixbuf/ChangeLog
+++ b/gdk-pixbuf/ChangeLog
@@ -1,5 +1,12 @@
2008-09-04 Matthias Clasen <mclasen@redhat.com>
+ * gdk-pixbuf-io.c: Fix a deadlock introduced in the previous
+ commit.
+
+ * gdk-pixbuf-loader.c: Fix the race condition here, too.
+
+2008-09-04 Matthias Clasen <mclasen@redhat.com>
+
* === Released 2.14.0 ===
2008-09-03 Matthias Clasen <mclasen@redhat.com>