X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-12;h=a09eab90684c9d50d6a2c7e204003fc5a4aa452a;hb=5aa4c5ef6d48aeea7418ce02b283663161ff07f2;hp=b047a8b847c4d700fb8cf49757b43bb64b7df294;hpb=8741c8bf5aacbacc4071019d23c47e9d0ea9a4ee;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index b047a8b..a09eab9 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,93 @@ +2006-04-19 Matthias Clasen + + * glib/gdataset.c: Add some missing Since: 2.8 tags. + +2006-04-19 Tor Lillqvist + + * glib/gatomic.c: Adapt to the changed prototype of + InterlockedCompareExchange() in newer SDKs. Use + InterlockedCompareExchangePointer() when applicable. (#155884, + John Ehresman) + +2006-04-18 Matthias Clasen + + * glib/gkeyfile.h: + * glib/glib.symbols: + * glib/gkeyfile.c: Add api to get and set doubles and + lists of doubles. (#164719, Maurizio Monge, Dom Lachowicz) + + * tests/keyfile-test.c: Add tests for new api. + + * glib/gkeyfile.c (g_key_file_add_group): Accept duplicate + groups. (#157877, Sebastien Bacher) + + * tests/keyfile-test.c: Add tests for duplicate key and + duplicate group handling. + +2006-04-17 Matthias Clasen + + * glib/gcompletion.c (g_completion_complete_utf8): Make passing + NULL for new_prefix work as documented. (#338845, Yevgen Muntyan) + + * tests/completion-test.c: Test that passing NULL for + new_prefix in g_completion_complete_utf8 works. + +2006-04-17 Kjartan Maraas + + * configure.in: Remove obsolete entry for no_NO. + * po/no.po: And the translation. + +2006-04-16 Matthias Clasen + + * glib/gdate.c (g_date_fill_parse_tokens): Avoid an array + overrun. (Coverity, fix by Pascal Terjan) + +2006-04-12 Bastien Nocera + + reviewed by: Matthias Clasen + + * glib/gconvert.c: add more details about which RFC is concerned + when using g_filename_to_uri (#337553) + +2006-04-12 Matthias Clasen + + * glib/goption.c (parse_arg): Add an assert to make it + clear when value can be NULL. + +2006-04-07 Martyn Russell + + * tests/threadpool-test.c: (test_thread_stop_unused): Removed an + assertion which can fail and is not a critical test. + +2006-04-07 Hans Breuer + + * glib/makefile.msc.in : added gbase64.obj and derive the static libs + name from auto* variables + * glib/makefile.msc.in : link user32.lib for MessageBox() + +2006-04-07 Martyn Russell + + * glib/gasyncqueue.[ch]: Added private API + _g_async_queue_get_mutex so that g_thread_pool_free() can use the + async queue mutex. + + * glib/gthreadpool.c: Make sure + g_thread_pool_stop_unused_threads() actually stops unused threads + and global limits (like max idle time and max unused threads) can + be set without creating a thread pool first. Fixed #335215 (patch + from Chris Wilson). + + * tests/threadpool-test.c: Added two new tests, tests setting + global limits before creating a thread pool. The second test + makes sure unused threads are actually stopped when using the + g_thread_pool_stop_unused_threads(). + +2006-04-05 Matthias Clasen + + * glib/gnulib/vasnprintf.c (vasnprintf): Make + long long printing work if snprintf is not + available. (#332841, Michael McDonald) + 2006-04-05 Behdad Esfahbod * tests/option-test.c: Check the return value of g_get_prgname for