X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-6;h=41a9f781b79a023e4d22d71f4eb786b15e28a252;hb=9c14344cea6b009d09b2913d45369413cc16a0a3;hp=323cbf4ebe9b1cb36f91640cbde3c5a455054983;hpb=7c596218a6e0994bc2a3dfe11b19388444d73933;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 323cbf4..41a9f78 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,59 @@ +2004-12-16 Matthias Clasen + + * configure.in: Bump version + + * === Released 2.6.0 === + +2004-12-15 Alexander Larsson + + * glib/gconvert.c: (g_filename_display_basename): + Fix spelling + Add g_return_val_if_fail. + + * glib/glib.symbols: + Add g_filename_display_basename + +2004-12-15 Alexander Larsson + + * glib/gconvert.[ch]: + Add g_filename_display_basename. + +2004-12-14 Matthias Clasen + + * README.in: Updates + + * NEWS: Updates. + + * configure.in: Set version to 2.6.0 + +2004-12-13 Tor Lillqvist + + * NEWS: Update. + + * glib/glib.symbols + * glib/gstdio.[ch]: Add g_rmdir(). + +2004-12-13 Matthias Clasen + + * NEWS: Updates + +2004-12-12 Tor Lillqvist + + * glib/glib.symbols + * glib/gconvert.[ch]: Implement Windows DLL ABI stability also for + g_filename_{to,from}_uri(). + 2004-12-11 Tor Lillqvist + * glib/gstdio.c (g_rename, g_unlink, g_remove): Add doc comments + about Windows restrictions on renaming and removing. + + (g_remove): Mimic POSIX remove() on Windows: Try also to rmdir if + removal as a file fails. Document this. + + * glib/gstdio.h: Clarify comment about file name encoding on + Windows. + * glib/gspawn-win32.c: Fix #157255. Also some refactoring of this still very ugly source file.