X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-6;h=41a9f781b79a023e4d22d71f4eb786b15e28a252;hb=d4c39ffb96567b7182e8f4df1aea35320285bc72;hp=4ad2d3eb4b5329b7177a34777eb6af58fa5a61c8;hpb=379e87466d0896050e2dec1db5fc1c71393b08a1;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 4ad2d3e..41a9f78 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,171 @@ +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. + +2004-12-09 Matthias Clasen + + * glib/goption.c (print_help): Don't print help options + if the options of a specific group have been + requested. (#160645, Glynn Foster) + +2004-12-07 Matthias Clasen + + * glib/gutils.c (g_get_language_names): Update the returned + value after locale changes. (#160271, Christian Persch) + (_g_utils_thread_init): Initialize the language name cache + before going threaded. + + * glib/gthread.c (g_thread_init_glib): Call _g_utils_thread_init(). + + * glib/gthreadinit.h: Add _g_utils_thread_init(). + +2004-12-06 Tor Lillqvist + + * glib/giowin32.c (g_io_win32_finalize): Fix a write to freed + memory: Unlock the channel's mutex before unrefing the channel. + +2004-12-06 Matthias Clasen + + * configure.in: Remove a no longer needed hack for + libtool < 1.5.2. (#100697, Owen Taylor, Sebastian Wilhelmi) + +2004-12-05 Tor Lillqvist + + * glib/glib.symbols + * glib/gwin32.[hc]: Implement DLL ABI stability also for + g_win32_get_package_installation_directory()) and + g_win32_get_package_installation_subdirectory(). + + * glib/Makefile.am (install-libtool-import-lib): Remove the DLL + binary compatibilty entries from the import library. They aren't + used by newly compiled code, so no need to have them in the import + library. (The "PRIVATE" keyword in the .def file is supposed to do + this, but not implemented in the GNU linker yet.) + +2004-12-04 Matthias Clasen + + * glib/gqueue.c (g_queue_link_index): Return -1 if queue is + NULL. (#159530, Philippe Blain) + +2004-12-02 Matthias Clasen + + * configure.in: Bump version. + + * === Released 2.5.7 === + +2004-12-02 Matthias Clasen + + * glib/glib.symbols: Protect the the various push/pop allocator + functions by #ifndef DISABLE_MEM_POOLS. (#160215, Frederic Crozat) + + * glib/makegalias.pl: Support #ifndef'ed sections. + + * glib/gutils.c (g_get_system_config_dirs): Don't forget to + initialize g_system_config_dirs. (#160213, Frederic Crozat) + +Wed Dec 1 17:04:37 2004 Manish Singh + + * glib/gstring.h (g_string_append_c_inline): actually enable (and + fix up the length test). + +2004-11-30 Tor Lillqvist + + * glib/Makefile.am (glib.def): gcc -E complains "linker input file + unused because linking not done" if told to preprocess the + glib.symbols file. Use '-' and redirection to pass it as standard + input instead. + +2004-11-30 Matthias Clasen + + * NEWS: Updates + +2004-11-30 Tor Lillqvist + + * glib/gspawn-win32-helper.c (WinMain): Also check errno to detect + true errors from spawn*(). (#157258, reported by Bruce Hochstetler) + +2004-11-29 Matthias Clasen + + * glib/gmacros.h (G_GNUC_MALLOC): Define empty for gcc 2.95. + + * glib/gmarkup.c (unescape_text_state_after_charref_hash): + Avoid a strndup() here, noticed by Morten Welinder. + +2004-11-29 Matthias Clasen + + * glib/gmarkup.c: Remove leftover noinline attributes. + (is_name_start_char, is_name_char): Avoid possible reads + beyond the end of g_ascii_table. + + * glib/Makefile.am: Use the perl found by configure. (#149826, + Morten Welinder) + +Sun Nov 28 13:13:56 2004 Manish Singh + + * glib/abicheck.sh: filter G_GNUC before PRIVATE so $ is still true. + + * tests/utf8-validate.c: cast pointer math to gint for error print + message. + +Sun Nov 28 12:07:29 2004 Manish Singh + + * tests/utf8-validate.c: minor comment fix. + 2004-11-28 Matthias Clasen * glib/gconvert.h: