From: Rico Tzschichholz Date: Wed, 22 Jan 2020 09:15:39 +0000 (+0100) Subject: Release 0.47.3 X-Git-Tag: 0.47.3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a915e0cd0158bf7d81afebc63c952b7928969ba7;p=thirdparty%2Fvala.git Release 0.47.3 --- diff --git a/NEWS b/NEWS index 3688b8012..8e060eab9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +Vala 0.47.3 +=========== + * Highlights: + - Add further support for params arrays [#128] + + * Various improvements and bug fixes: + - codegen: + + Don't set implemenation of interface property to its own [#891] + + Use result value of assignment rather than its computation [#895] + + Cast instance parameter in member-initializer for base-properties [#899] + - vala: + + Infer target_type in coalescing expressions [#892] + + Non-nullable value-type in coalesce expression needs to be copied [#893] + + Fix short-circuiting behavior of coalescing operator [#534] + + Always bail if there are semantic errors + - girparser: Apply explicitly given ctype metadata attributes on callables + + * Bindings: + - glib-2.0: Let (u)int.try_parse() return false if there is an unparsed part + - gtk4: Update to 3.96.0+7e2e92a8 + - gstreamer: Update from 1.17.0+ git master + - vapi: Update GIR-based bindings + - webkit2gtk-4.0: Update to 2.27.4 + Vala 0.47.2 =========== * Highlights: diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1 index 8166b01dc..42d9b5d5f 100644 --- a/doc/vala-gen-introspect.1 +++ b/doc/vala-gen-introspect.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.12. -.TH VALA-GEN-INTROSPECT "1" "January 2020" "vala-gen-introspect 0.47.2" "User Commands" +.TH VALA-GEN-INTROSPECT "1" "January 2020" "vala-gen-introspect 0.47.3" "User Commands" .SH NAME vala-gen-introspect \- generate a GI file for GObject and glib based packages .SH SYNOPSIS diff --git a/doc/valac.1 b/doc/valac.1 index 0e20777b6..94aea94bb 100644 --- a/doc/valac.1 +++ b/doc/valac.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.12. -.TH VALAC "1" "January 2020" "valac 0.47.2" "User Commands" +.TH VALAC "1" "January 2020" "valac 0.47.3" "User Commands" .SH NAME valac \- compiler that translates Vala source code into C source and header files .SH SYNOPSIS diff --git a/doc/valadoc.1 b/doc/valadoc.1 index 8283ad30b..ef5cefb24 100644 --- a/doc/valadoc.1 +++ b/doc/valadoc.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.12. -.TH VALADOC "1" "January 2020" "valadoc 0.47.2" "User Commands" +.TH VALADOC "1" "January 2020" "valadoc 0.47.3" "User Commands" .SH NAME valadoc \- Vala Documentation Tool .SH SYNOPSIS diff --git a/doc/vapigen.1 b/doc/vapigen.1 index 6091ea7f2..65d79a898 100644 --- a/doc/vapigen.1 +++ b/doc/vapigen.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.12. -.TH VAPIGEN "1" "January 2020" "vapigen API Generator 0.47.2" "User Commands" +.TH VAPIGEN "1" "January 2020" "vapigen API Generator 0.47.3" "User Commands" .SH NAME vapigen \- generate a Vala API .SH SYNOPSIS