diff --git a/ChangeLog b/ChangeLog index c9ac1a23a..9de57d028 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,16 +24,6 @@ 2008-12-12 Dan Winship * glib/pltcheck.sh: make this work on x86_64 - -2008-12-12 Ryan Lortie - - * gio/gicon.c (g_icon_to_string_tokenized): free the tokens when done - with them - -2008-12-12 Ryan Lortie - - * gio/gunixmounts.c (g_unix_mount_at): fix leak that occurs when - multiple mount entries match the requested path 2008-12-12 Behdad Esfahbod diff --git a/gio/ChangeLog b/gio/ChangeLog index e72b0cd9b..f6e5243a8 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -6,6 +6,16 @@ * pltcheck.sh: make this work on x86_64 +2008-12-12 Ryan Lortie + + * gio/gicon.c (g_icon_to_string_tokenized): free the tokens when done + with them + +2008-12-12 Ryan Lortie + + * gio/gunixmounts.c (g_unix_mount_at): fix leak that occurs when + multiple mount entries match the requested path + 2008-12-10 Alexander Larsson Bug 562452 - Ensure we return G_IO_ERROR_CANCELLED if cancelling