From 1a4aac8f53b388220bf291f0814e0724e003dca8 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Mon, 14 Feb 2022 15:37:08 +0100 Subject: [PATCH] Release 0.54.7 --- NEWS | 32 ++++++++++++++++++++++++++++++++ doc/vala-gen-introspect.1 | 2 +- doc/valac.1 | 2 +- doc/valadoc.1 | 2 +- doc/vapigen.1 | 2 +- 5 files changed, 36 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 6aff076bf..a27d8f42f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,35 @@ +Vala 0.54.7 +=========== + * Various improvements and bug fixes: + - codegen: + + Generated SimpleType structs don't have a type id + + Avoid symbol clashes with "va_*" from "stdarg.h" + + Access of inline allocated array is guaranteed to be non null [#1282] + + Don't uncoditionally null check callback_func for GLib.Closure [#1282] + + Access of stack allocated struct is guaranteed to be non null [#1282] + + Use correct target/destroy of delegate field initializer [#1285] + - gtkmodule: Improve UI parsing and handling of nested objects and properties + - vala: + + Show source location when reporting deprecations + + Require lvalue access of delegate target/destroy "fields" [#857] + + Transform assignment of an array element as needed [#889] [#1258] + + Add missing TraverseVisitor.visit_data_type() + + Make sure to drop our "trap" jump target in case of an error [#1287] + + Move dynamic property errors to semantic analyzer pass + + Free empty stack list for code contexts + + Clear SemanticAnalyzer.current_{symbol,source_file} when not needed anymore + - parser: Reduce the source reference of main block method to its beginning + - parser: Improve handling of nullable VarType in with-statement + - manual: Update from wiki.gnome.org + + * Bindings: + - alsa: Add/fix *.alloca() functions + - glib-2.0: Fix criticals in string.joinv() with arrays that start with null + - gtk4: Specify sentinel for GtkAcessible methods + - libgeoclue-2.0: Fix Simple.with_thresholds() contructor binding + - libsoup-2.4: Cherry-pick bindings fixes from 0.56 + - v4l2: Update V4l2.Capabilities and fix some inline arrays + Vala 0.54.6 =========== * Various improvements and bug fixes: diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1 index f4d43ae36..72f61fca6 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.5. -.TH VALA-GEN-INTROSPECT "1" "January 2022" "gen-introspect 0.54.6" "User Commands" +.TH VALA-GEN-INTROSPECT "1" "February 2022" "gen-introspect 0.54.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 fdbb2cf78..095554077 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.5. -.TH VALAC "1" "January 2022" "Vala 0.54.6" "User Commands" +.TH VALAC "1" "February 2022" "Vala 0.54.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 d474a0adb..152b3363b 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.5. -.TH VALADOC "1" "January 2022" "Valadoc 0.54.6" "User Commands" +.TH VALADOC "1" "February 2022" "Valadoc 0.54.7" "User Commands" .SH NAME valadoc \- Vala Documentation Tool .SH SYNOPSIS diff --git a/doc/vapigen.1 b/doc/vapigen.1 index 9c6afc66c..f4822e494 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.5. -.TH VAPIGEN "1" "January 2022" "Vala API Generator 0.54.6" "User Commands" +.TH VAPIGEN "1" "February 2022" "Vala API Generator 0.54.7" "User Commands" .SH NAME vapigen \- generate a Vala API .SH SYNOPSIS -- 2.47.2