summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-06-02 22:02:45 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-06-02 22:02:45 +0000
commit8db4d1ee79f071ccbbfb1a2144fd72943bf76838 (patch)
tree6a4f763934a658bff7c6060de9c8f0d97066efd2 /ChangeLog
parent94b7dfbb13aa52e848ed5b7aa0f76d2335d66bc0 (diff)
downloadgdk-pixbuf-8db4d1ee79f071ccbbfb1a2144fd72943bf76838.tar.gz
Bug 523562 - gtk-update-icon-cache core dumps when run concurrently and
when options are missing * gtk/updateiconcache.c: Open the cache file (O_CREAT | O_EXCL) so that other processes that try to open it will fail gracefully. Also fix a crasher caused by lack of a NULL check. Report and patch by Erwann Chenede. svn path=/branches/gtk-2-12/; revision=20282
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70a668144..d9996fffe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
Merge from trunk:
+ Bug 523562 - gtk-update-icon-cache core dumps when run concurrently and
+ when options are missing
+
+ * gtk/updateiconcache.c: Open the cache file (O_CREAT | O_EXCL) so
+ that other processes that try to open it will fail gracefully. Also
+ fix a crasher caused by lack of a NULL check. Report and patch
+ by Erwann Chenede.
+
+2008-06-02 Matthias Clasen <mclasen@redhat.com>
+
+ Merge from trunk:
+
Bug 526635 - _gdk_window_get_toplevel handles FOREIGN windows
* gdk/x11/gdkwindow-x11.c (_gdk_window_get_toplevel): Check