X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=a461c9a24262a5e69a064fc2a04ec99707b1b245;hb=48e6a374bce99a96628d34b15a87fdf60e21a8d6;hp=c9ac1a23a68873639c830c90d2b70ca7350149be;hpb=0380f15a65acf1732b9c8aaa9343782ad2b925aa;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog b/ChangeLog index c9ac1a2..a461c9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +2009-01-05 Tor Lillqvist + + Bug 566348 - g_file_open_tmp uses the wrong g_mkstemp on win32 + + * glib/gfileutils.c: Move the binary compatibility versions of + g_file_test(), g_file_get_contents(), g_mkstemp() and + g_file_open_tmp() last in the file. Remove the restriction that + the XXXXXX is last in the template in the binary compatibility + version of g_mkstemp(). Thanks to Morten Welinder and Jody + Goldberg. + +2009-01-03 Matthias Clasen + + * NEWS: Updates + +2009-01-02 Matthias Clasen + + * glib/gregex.c: Add an example to the g_regex_replace_eval() docs. + +2009-01-02 Matthias Clasen + + * glib/gstrfuncs.c: Move docs inline, adding references to g_free() + where appropriate. + +2009-01-02 Matthias Clasen + + Bug 564210 – SUN Studio 12 has supported visibility attribute + + * configure.in: Use visibility attribute for new enough sun cc. + Patch by Chris Wang + +2008-12-30 Matthias Clasen + + Bug 565905 – There is no named g_context_group_set_translation_domain() + in GOption command line parser + + * glib/goption.c: Fix a wrong reference in the docs, reported by + Takeshi Aihana. + +2008-12-30 Matthias Clasen + + * glib/gspawn.c: + * glib/gthread.c: + * glib/goption.c: + * glib/gmain.c: + * glib/gkeyfile.c: + * glib/gfileutils.c: + * glib/gdate.c: + * glib/garray.c: + * glib/gbookmarkfile.c: + * glib/gbacktrace.c: Fix some compiler warnings. + 2008-12-19 Tor Lillqvist * glib/glib.symbols: Add g_thread_get_initialized here, @@ -24,16 +76,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