X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-10;h=7eb7b128021f86fbf8b185aa9583618bf73888a7;hb=56b06e14dcfac3e22837aa9db0a2c102e6c580cd;hp=2340351ddfbcb70f6ce434f64b229fc119215995;hpb=3afc87dd6290d11b2d9096b61fb943d2fd12d45b;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 2340351..7eb7b12 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,133 @@ +2006-03-19 Matthias Clasen + + * MAINTAINERS: Add this, at the request of the GNOME sysadmin team. + +2006-03-15 Matthias Clasen + + * glib/goption.c (g_option_context_parse): Only set the prgname + if it hasn't been set before. (#334611, Chong Kai Xiong) + +2006-03-14 Matthias Clasen + + * glib/gutils.c (g_parse_debug_string): Don't read past the + end of the string. (#334471, Morten Welinder) + + * tests/testglib.c (test_g_parse_debug_string): Add testss + for g_parse_debug_string. + + * glib/goption.c (parse_short_option): Don't create the + option_name twice. (#334519, Chris Wilson) + +2006-03-13 Anders Carlsson + + * configure.in: Revert fix for #322476, it breaks module loading + since libtool on darwin makes shared modules use .so and shared + libraries use .dylib. The fix breaks shared module loading everywhere + in GTK+. + +2006-03-02 Marcus Brinkmann + + Implement watches for GIOChannels for write file descriptors on + Win32 (#333098). + + * glib/giowin32.c (GIOWin32Channel): Add a new direction field. + (read_thread): Initialize direction. + (write_thread): New function. + (buffer_write): New function. + (g_io_win32_prepare): Handle the G_IO_WIN32_FILE_DESC case for the + write direction. + (g_io_win32_fd_write): Call buffer_write() if there is a writer + thread. + (g_io_win32_fd_close): Set space_avail_event for writer threads. + (g_io_win32_fd_create_watch): Create the writer thread if + condition is G_IO_OUT. + (g_io_channel_win32_make_pollfd): Likewise here. + +2006-03-09 Matthias Clasen + + * Makefile.am: Add ChangeLog.pre-2.8 to EXTRA_DIST. + +2006-03-08 Tor Lillqvist + + * glibconfig.h.win32.in: Add G_GUINT64_CONSTANT. + +2006-03-07 Matthias Clasen + + * configure.in: Bump version + + * === Released 2.10.1 === + + * NEWS: Updates. + + * glib/gutf8.c (_g_charset_get_aliases): Match the prototype + in gconvert.c to fix build problems in NetBSD. (#333651, + Julio M. Merino Vidal) + +2006-03-06 Anders Carlsson + + * configure.in: + Make .dylib the shared library suffix on darwin. + (#322476, Vladimir Panov) + +2006-03-06 Anders Carlsson + + * configure.in: + Skip checking thread flags on Darwin. Fix suggested by Manish Singh. + (#314794, Gregor Riepl) + +2006-03-01 Tor Lillqvist + + * glib/gutils.c (g_listenv): Separate implementation on Win32: Use + the wide character API on NT-based Windows. Return UTF-8 strings. + + * glib/glib.symbols: Don't mark g_listenv as PRIVATE, as that + meant it wasn't present in the import library. PRIVATE is used + only for the backwards-compatibility DLL ABI stability hacks. + +2006-02-24 Matthias Clasen + + * 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 + + * 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 + + * 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 + + * 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 * glib/gutf8.c (g_utf8_find_prev_char): Correct documentation typo.