X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-10;h=a39a239a1a9176aa3d9582ef78ff4befe952fef9;hb=f3a61fe4a04b105c4ddf24f09f8f028daefaf7fe;hp=19902d7d78aafdc535c0d4391963a0ef7829e0b0;hpb=1833a93dddaaa77b11761a92d8961bba67217d94;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 19902d7..a39a239 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,33 @@ +2005-06-23 Matthias Clasen + + * glib/gkeyfile.c (g_key_file_load_from_data_dirs): Don't + leak output_path. (#308546, Kjartan Maraas) + + * glib/glib.symbols: + * glib/gfileutils.h: + * glib/gfileutils.c (g_build_pathv, g_build_filenamev): + Variants of g_build_path() and g_build_filename() + which take a string array instead of varargs. + (#149092, Todd A. Fisher) + + * tests/strfunc-test.c: Add tests for g_build_pathv() + and g_build_filenamev(). + +2005-06-22 Tor Lillqvist + + * glib/gfileutils.c + * glib/gfileutils.h + * glib/glib.symbols + * tests/testglib.c: Rename g_makepath() to g_mkdir_with_parents(). + +2005-06-22 Matthias Clasen + + * glib/goption.c (parse_short_option, parse_long_option): + Pass the option name also in the NO_ARG case. (#308602, + Masatake YAMATO) + (parse_arg): Properly store changes for arrays. (#308528, + Roger Leigh) + 2005-06-22 Tor Lillqvist * glib/gfileutils.c (g_makepath): New function. Creates a