From: Jürg Billeter Date: Mon, 1 Dec 2008 20:50:40 +0000 (+0000) Subject: update for 0.5.2 release X-Git-Tag: VALA_0_5_2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9f854ec7e42bea66ccdf329fbb6d5ad5a9fcf29;p=thirdparty%2Fvala.git update for 0.5.2 release 2008-12-01 Jürg Billeter * NEWS: update for 0.5.2 release svn path=/trunk/; revision=2111 --- diff --git a/ChangeLog b/ChangeLog index 44dd0ea7e..31dbc1fc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-12-01 Jürg Billeter + + * NEWS: update for 0.5.2 release + 2008-12-01 Jürg Billeter * vapi/packages/gtk+-2.0/: diff --git a/NEWS b/NEWS index 5bfe35506..cd8363518 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +Vala 0.5.2 +========== + + * Report uninitialized local variables. + * Report unused fields, methods, and local variables. + * Fix error handling in complex statements. + * Improve support for generic types. + * Support parameter arrays in bindings. + * Do not require libgee for foreach statements. + * Support enums in D-Bus clients and servers. + * Support structs in hash tables in D-Bus servers. + * Experimental static D-Bus client support. + * Add --dump-tree commandline option to write code tree to file. + * Many bug fixes. + Vala 0.5.1 ==========