diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-09-05 01:01:22 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-09-05 01:01:22 +0000 |
commit | 956f83493938ba6f18b1f5086923bd0da2cbec2e (patch) | |
tree | da6eff1f4c3557987f0ede02f378cb287e5c4005 /gdk-pixbuf/ChangeLog | |
parent | addf422b345c8b5bec04547b9e926e166386247b (diff) | |
download | gtk+-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/ChangeLog | 7 |
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> |