X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-8;h=999078cdae54c428c1535eac80c80226af238e83;hb=2a53b4d0e2c98a14aedf31e38f0ad1fb2e8fe26f;hp=b4af0d76318103e7489038ef3d089b5ceefb6aa9;hpb=ee7932f3070c52e8942fd9eb235ced0a459bb033;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index b4af0d7..999078c 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,76 @@ +2005-08-12 Matthias Clasen + + * configure.in: Bump version + + * === Released 2.8.0 === + + * NEWS: Updates + +2005-08-12 Tim-Philipp Müller + + * gobject/genums.c: (g_flags_get_first_value): Special-case flag + value of 0. Instead of returning the first random GFlagsValue + we come across, return the GFlagsValue for 0 if it exists or + NULL if it does not exist. Never return the GFlagsValue for 0 + if the requested flags value is nonzero. + +2005-08-12 Matthias Clasen + + * configure.in: Bump version to 2.8.0 + +2005-08-11 Tor Lillqvist + + * glib/gutils.c (g_get_any_init): Use "localhost" as fallback for + g_get_host_name(), not "unknown". + +2005-08-10 Stepan Kasal + + Fix typos: Invokation --> Invocation (in various places) + +2005-08-10 Matthias Clasen + + * glib/gfileutils.c (g_build_path_va, g_build_pathname_va): + Take a va_list*, not a va_list, to avoid compiler warnings + about uninitialized variables. + +2005-08-09 Matthias Clasen + + * tests/gobject/Makefile.am (test_programs): Add it here. + + * tests/gobject/gvalue-test.c: Beginning of a test suite + for GValue. + + * NEWS: Updates + +2005-08-08 Matthias Clasen + + * glib/gutils.c (_g_compute_locale_variants): Initialize + variables to not make gcc nervous. + +2005-08-08 Manish Singh + + * glib/abicheck.sh: remove stray -V option to grep so it actually + works. + +2005-08-08 Matthias Clasen + + * tests/convert-test.c: Enable the endianness test. + + * glib/gconvert.c: Make the caching of iconv descriptors + optional. + + * configure.in: Add an --enable-iconv-cache option, and + default to disabling iconv caching on new enough glibc. + Somebody with access to Solaris systems will need to test + if opening/closing of iconv descriptors is enough of + a performance problem to warrant the caching on that + platform. Note that the caching is causing correctness + problems in some corner cases, thus turning it off + is desirable unless it has severe performance implications. + + * tests/convert-test.c: Add a test for + endianness handling. + 2005-08-08 Sunil Mohan Adapa * configure.in: Added "te" to ALL_LINGUAS.