Updated Japanese translation.
[platform/upstream/glib.git] / ChangeLog
index 34ca1f6..f133c8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,160 @@
+2008-01-29  Christian Persch  <chpe@gnome.org>
+
+       * docs/reference/glib/tmpl/macros_misc.sgml: G_GNUC_[PRETTY_]FUNCTION
+       are deprecated since 2.16, not 2.14.
+
+2008-01-29 14:58:31  Tim Janik  <timj@imendio.com>
+
+       * glib/gmem.[hc]: changed size argument type from gulong to gsize as
+       discussed on gtk-devel-list:
+         http://mail.gnome.org/archives/gtk-devel-list/2007-March/msg00062.html
+       this should be ABI compatible on all platforms except win64 for which
+       no ABI binding port exists yet.
+
+2008-01-29  Sebastian Wilhelmi  <wilhelmi@google.com>
+
+       * tests/threadpool-test.c (test_thread_pools): Grab
+       thread_counter_pools LOCK when increasing
+       leftover_task_counter. Fixes race in test. (#512624, Simon Murray)
+
+2008-01-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Bump version
+
+2008-01-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.15.4 ===
+
+       * NEWS: Updates
+
+2008-01-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Check for gmtime_r.  
+       * glib/gtimer.c: Use gmtime_r when available.  (#511807,
+       Sebastian Dröge)
+
+2008-01-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gnode.[hc]: Move docs inline.  (#316260, Philippe Blain)
+
+2008-01-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutf8.c (g_utf8_strreverse): Document limitations
+       of this function.  (#487909, Peter Moulder)
+
+2008-01-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/goption.c (group_list_has_visible_entries):
+       Removed unused variable is_main_group.  (#512381,
+       Wouter Bolsterlee)
+
+2008-01-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gmacros.h: Deprecate G_GNUC_(PRETTY)_FUNCTION. Bug #409360.
+
+2008-01-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * m4macros/glib-gettext.m4: Remove AC_CANONICAL_HOST from
+       GLIB_WITH_NLS again.  (#385132)
+
+2008-01-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Fix the pcre Unicode test to work with
+       LDFLAGS=-Wl,--as-needed.  (#484261, Mark Lee)
+
+2008-01-27  Murray Cumming  <murrayc@murrayc.com>
+
+       * gio/gfile.c: (g_file_replace_contents),
+       (g_file_replace_contents_finish): Document that the new_etags output 
+       gchar* should be freed.
+
+2008-01-25  Loïc Minier  <lool@dooz.org>
+
+       * glib/goption.c: (group_has_visible_entries),
+       (group_list_has_visible_entires), (g_option_context_get_help): Pass
+       context down the implementation to check for the main_group.
+       Bug #510292.
+       * glib/tests/option-context.c:
+       Don't set G_OPTION_FLAG_IN_MAIN in main_entries
+       (group_captions): only create group when actually adding it to the
+       context; add an exit(0) to make sure the test succeeds.
+
+2008-01-23  Jens Granseuer  <jensgr@gmx.net>
+
+       * glib/gtestutils.c: (g_test_trap_fork):
+       * glib/tests/testing.c: (test_assertions): Only declare variables at
+       the beginning of a code block. Bug #511654.
+
+2008-01-21  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Bump version
+
+       * === Released 2.15.3 ===
+
+2008-01-21  Tor Lillqvist  <tml@novell.com>
+
+       * glib-zip.in: Add the gio DLL to the runtime zipfile.
+
+2008-01-21  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.15.3 ===
+
+       * NEWS: Updates
+
+2008-01-20  Murray Cumming  <murrayc@murrayc.com>
+
+       * glib/gchecksum.c: (g_checksum_update): Accept -1 for the data 
+       length if the data is a null-terminated string. Bug #510855.
+
+2008-01-21  Alexander Larsson  <alexl@redhat.com>
+
+        * configure.in:
+       Only check for sys/inotify.h (see gio/ChangeLog) 
+
+2008-01-18 16:51:23  Tim Janik  <timj@imendio.com>
+
+       * glib/gutils.h: don't define __GNUC_PREREQ which is not in the glib
+       namespace. for gcc, define G_INLINE_FUNC to "static inline" as with
+       all other C compilers, because newer GCC versions incompatibly
+       changed "extern inline" semantics.
+
+2008-01-18  Murray Cumming  <murrayc@murrayc.com>
+
+       * glib/gfileutils.c:
+       * glib/gsequence.c:
+       * glib/gstring.c: Fixed some minor typos in the documentation.
+
+2008-01-16  Dan Winship  <danw@gnome.org>
+
+       * glib/gchecksum.c (md5_sum_update): Fix another bug (which
+       doesn't affect the results, but may cause it to read bad memory).
+
+2008-01-15  Alexander Larsson  <alexl@redhat.com>
+
+        * glib/gurifuncs.c:
+       Clarify docs for g_uri_unescape_string() (#508773)
+
+2008-01-14  Dan Winship  <danw@gnome.org>
+
+       * m4macros/glib-2.0.m4: Support gio in AM_PATH_GLIB_2_0 (#509465)
+
+2008-01-15  Dan Winship  <danw@gnome.org>
+
+       * glib/gchecksum.c (md5_sum_update): fix this; the previous code
+       gave the wrong md5sum when called in certain ways with buffers
+       larger than 64 bytes.
+       (g_checksum_update): remove the unnecessary "length > 1"
+       restriction
+
+       * tests/checksum-test.c: Rewrite this to be much more exhaustive
+       (and in particular to test the md5_sum_update bugfix).
+
 2008-01-14  Matthias Clasen  <mclasen@redhat.com>
 
+       * configure.in: Bump version
+
+       * === Released 2.15.2 ===
+
        * NEWS: Updates
 
 2008-01-14  Alexander Larsson  <alexl@redhat.com>