From: Jürg Billeter Date: Mon, 25 Oct 2010 14:44:12 +0000 (+0200) Subject: Release 0.11.1 X-Git-Tag: 0.11.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=047ea9ca5f7282bcce8545f50cd7825f7cc3b301;p=thirdparty%2Fvala.git Release 0.11.1 --- diff --git a/NEWS b/NEWS index 46f8142b0..3fdf9885b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Vala 0.11.1 +=========== + + * Require and target GLib >= 2.16. + * Guard access to out parameters to allow null arguments. + * Add support for local constants. + * Support file descriptor passing with GDBus. + * Support cached property values in GDBus clients. + * Support Cancellable parameter in GDBus clients. + * Support no-reply methods in GDBus clients and servers. + * More refactoring in the code generator. + * Many bug fixes and binding updates. + Vala 0.11.0 ===========