From: Rico Tzschichholz Date: Sat, 30 Oct 2021 08:21:43 +0000 (+0200) Subject: Release 0.52.7 X-Git-Tag: 0.52.7^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cb525723bea0bdbab49976990490dedd438e29a;p=thirdparty%2Fvala.git Release 0.52.7 --- diff --git a/NEWS b/NEWS index 403c17543..37bfc9296 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +Vala 0.52.7 +=========== + * Various improvements and bug fixes: + - codegen: Actually free data when using "remove(_all)" + on GLib.Queue/(S)List [#1238] + - vala: + + Parameter following ellipsis parameter is not allowed [#1237] + + More thorough check of ValueType and set CodeNode.error on failure + + Really check compatiblity of error types for delegate symbol + + Correctly output signature of callable throwing error + + Report error for non ErrorType in throws + + Implement CodeWriter.visit_foreach_statement()/visit_catch_clause() + - parser: Make sure ErrorCodes are accessible as needed + - girparser: Add support for "ref_/ref_sink_/unref_function" + metadata for classes [#1233] + Vala 0.52.6 =========== * Various improvements and bug fixes: diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1 index fce03488d..bf09df2ed 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.48.4. -.TH VALA-GEN-INTROSPECT "1" "October 2021" "gen-introspect 0.52.6" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. +.TH VALA-GEN-INTROSPECT "1" "October 2021" "gen-introspect 0.52.7" "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 2b123f620..ea0ec7bc0 100644 --- a/doc/valac.1 +++ b/doc/valac.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4. -.TH VALAC "1" "October 2021" "Vala 0.52.6" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. +.TH VALAC "1" "October 2021" "Vala 0.52.7" "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 617329b55..417691c27 100644 --- a/doc/valadoc.1 +++ b/doc/valadoc.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4. -.TH VALADOC "1" "October 2021" "Valadoc 0.52.6" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. +.TH VALADOC "1" "October 2021" "Valadoc 0.52.7" "User Commands" .SH NAME valadoc \- Vala Documentation Tool .SH SYNOPSIS diff --git a/doc/vapigen.1 b/doc/vapigen.1 index 3a4f3d734..4c9a0dca3 100644 --- a/doc/vapigen.1 +++ b/doc/vapigen.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4. -.TH VAPIGEN "1" "October 2021" "Vala API Generator 0.52.6" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. +.TH VAPIGEN "1" "October 2021" "Vala API Generator 0.52.7" "User Commands" .SH NAME vapigen \- generate a Vala API .SH SYNOPSIS