summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Neumair <cneumair@gnome.org>2007-06-01 16:11:21 +0000
committerChristian Neumair <cneumair@gnome.org>2007-06-01 16:11:21 +0000
commitb52bb28785915a7c1dcf04dcad8c791beeb1a30b (patch)
tree64f9000101a250b46d6f19d6863aa937853f15eb /ChangeLog
parent33c6c32bd7163b313099831eb6f5c412d31dfc4d (diff)
2007-06-01 Christian Neumair <cneumair@gnome.org>
* src/xdgmime.c: (xdg_mime_shutdown): Fix cache variable name from last commit. * src/xdgmime.c: (xdg_mime_unalias_mime_type), (xdg_mime_mime_type_equal): * src/xdgmime.h: * src/xdgmimemagic.c: (_xdg_mime_magic_lookup_data): Define and use private versions of functions that may lead to an xdg_mime_init() call and thus to an invalid cache, and a crash - #6824. Thanks to Joe Shaw <joeshaw@novell.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ed07fa..18c3697 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2007-06-01 Christian Neumair <cneumair@gnome.org>
+ * src/xdgmime.c: (xdg_mime_shutdown): Fix cache variable name from last
+ commit.
+
+ * src/xdgmime.c: (xdg_mime_unalias_mime_type), (xdg_mime_mime_type_equal):
+ * src/xdgmime.h:
+ * src/xdgmimemagic.c: (_xdg_mime_magic_lookup_data):
+ Define and use private versions of functions that may lead to an
+ xdg_mime_init() call and thus to an invalid cache, and a crash - #6824.
+ Thanks to Joe Shaw <joeshaw@novell.com>.
+
+2007-06-01 Christian Neumair <cneumair@gnome.org>
+
* src/xdgmime.c: (xdg_mime_shutdown): Free caches, #7496.
Thanks to Yevgen Muntyan <muntyan@tamu.edu>.