summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-10-08 20:54:39 +0000
committerChristian Persch <chpe@src.gnome.org>2008-10-08 20:54:39 +0000
commit5d31f41df465e07f22bcbe26cd919513af65849c (patch)
tree1e0279419e76dd850991953b0f84081d04beaff2 /ChangeLog
parentc973369e31f1c495918bad2f311bbcb49f389dc1 (diff)
Bug 555313 – GFileAttribute boxed type get_type function should use
usual get_type pattern svn path=/trunk/; revision=7580
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4fc6ab75..ff93dc8cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-10-08 Christian Persch <chpe@gnome.org>
+ Bug 555313 – GFileAttribute boxed type get_type function should
+ use usual get_type pattern
+
+ * gio/gfileattribute.c (g_file_attribute_info_list_get_type): Use
+ g_once_init_enter/leave.
+
+2008-10-08 Christian Persch <chpe@gnome.org>
+
Bug 555314 – mem leak in gmarkup
* glib/gmarkup.c: (g_markup_parse_context_parse): Plug a mem leak.