X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-8;h=999078cdae54c428c1535eac80c80226af238e83;hb=2a53b4d0e2c98a14aedf31e38f0ad1fb2e8fe26f;hp=1c3d253057e90614664f4bf9322766edaf3eeb79;hpb=19fb1c599e4a4d4cfcb440375a31eacdf1505bc7;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 1c3d253..999078c 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,21 @@ 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