Bump version
[platform/upstream/glib.git] / ChangeLog.pre-2-12
index d583e97..a64a3b8 100644 (file)
@@ -1,3 +1,124 @@
+2006-02-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Bump version
+
+       * === Released 2.10.0 ===
+
+       * README.in: Mention the slice allocator and GInitiallyUnowned.
+
+       * NEWS: Updates
+
+       * configure.in: Bump version to 2.10.0
+
+       * tests/utf8-pointer.c: Add tests for g_utf8_strlen().
+
+       * glib/gutf8.c: Fix boundary cases in g_utf8_strlen().
+       (#332435)
+
+2006-02-23  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * tests/completion-test.c: (main): Plug leaks reported by
+       valgrind.
+       * tests/convert-test.c: (test_iconv_state), (test_one_half):
+       Same.
+       * tests/patterntest.c: (test_compilation): Same
+       * tests/shell-test.c: (do_argv_test): Same.
+       * tests/unicode-caseconv.c: (main): Same.
+       * tests/uri-test.c: (run_to_uri_tests): Same.
+       Closes bug #332093.
+
+2006-02-19  Martyn Russell  <martyn@imendio.com>
+       
+       * tests/asyncqueue-test.c: 
+       * tests/list-test.c: 
+       * tests/slist-test.c: Updated to test _sort, _sort_with_data,
+       _insert_sorted and _insert_sorted_with_data API. 
+
+2006-02-18  Matthias Clasen  <mclasen@redhat.com>
+
+       * tests/gobject/Makefile.am: Add paramspec-test
+
+       * tests/gobject/paramspec-test.c: Some GParamSpec tests. 
+
+       * tests/gobject/gvalue-test.c: Add more tests.
+
+2006-02-17  Kang Jeong-Hee  <keizie@gmail.com>
+
+       * glib/gutf8.c (g_utf8_find_prev_char): Correct documentation typo.
+
+2006-02-15  Sebastian Wilhelmi  <seppi@seppi.de>
+
+       * glib/gthreadpool.c: Fix deadlock when signalling the thread
+       which freed a thread pool (#331110, Chris Wilson).
+
+Tue Feb 14 17:00:43 2006  Tim Janik  <timj@imendio.com>
+
+       * glib/gslice.c: only define _XOPEN_SOURCE to 600 to get at 
+       posix_memalign() in case we actually are going to use it, because
+       we detected a compliant implementation (#328997).
+
+       * configure.in (enable_included_printf): don't include malloc.h when
+       testing for posix_memalign() funcitonality, since this may break the 
+       test on some systems (#328997).
+
+2006-02-14  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gstrfuncs.c: Improve docs.
+
+2006-02-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Bump version
+
+2006-02-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.9.6 ===
+
+       * NEWS: Updates
+
+2006-01-31  Behdad Esfahbod  <behdad@gnome.org>
+
+       * docs/reference/glib/tmpl/relations.sgml (g_relation_insert): Specify
+       the type of varargs arguments. (bug #317679)
+
+2006-01-31  Matthias Clasen  <mclasen@redhat.com>
+
+       * autogen.sh: Touch README and INSTALL here to pacify 
+       automake.  (#329124, Kjartan Maraas, Tim Janik)
+       
+Tue Jan 31 16:45:03 2006  Tim Janik  <timj@imendio.com>
+
+       * glib/gdataset.c: carry out all dtalist pointer accesses atomically,
+       some missing cases where pointed out by Sebastian Wilhelmi.
+
+Tue Jan 31 12:33:48 2006  Tim Janik  <timj@imendio.com>
+
+       * configure.in: generate build/win32/vs8/Makefile, to fix build breakage.
+
+2006-01-30  David Schleef  <ds@schleef.org>
+
+       * glib/grand.c: Update URL
+
+2006-01-29  Sven Herzberg  <herzi@gnome-de.org>
+
+       * docs/reference/gobject/tmpl/param_value_types.sgml: tell how to
+       create container classes which are as flexible as a GValue is
+
+2006-01-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Bump version
+
+       * === Released 2.9.5 ===
+
+       * glib/glib.symbols: Add g_mem_gc_friendly as an exported
+       variable.
+
+       * NEWS: Updates
+
+2006-01-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gmem.c (g_mem_init_nomessage): Fix C99isms.  (#328705, 
+       Kazuki Iwamoto)
+
 Wed Jan 25 19:16:57 2006  Tim Janik  <timj@imendio.com>
 
        * fixed buglets reported by Jens Granseuer in #328254.