diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2022-02-21 10:03:31 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2022-02-21 10:03:31 +0100 |
commit | eb884f4c188412faa39a76b09ef0929ca6f0388a (patch) | |
tree | 1cebceee39c524caa41ffa0fb617975259554ca4 | |
parent | 5891a51fbfc0a98d578fdf9e7870e6f010005de9 (diff) | |
download | vala-0.52.tar.gz |
-rw-r--r-- | NEWS | 31 | ||||
-rw-r--r-- | doc/vala-gen-introspect.1 | 4 | ||||
-rw-r--r-- | doc/valac.1 | 4 | ||||
-rw-r--r-- | doc/valadoc.1 | 4 | ||||
-rw-r--r-- | doc/vapigen.1 | 4 |
5 files changed, 39 insertions, 8 deletions
@@ -1,3 +1,34 @@ +Vala 0.52.11 +============ + * 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: Recurse inner classes of ObjectTypeSymbols + - 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 + - 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.52.10 ============ * Various improvements and bug fixes: diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1 index c83e7dfd3..6cdb2dc41 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.52.10" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. +.TH VALA-GEN-INTROSPECT "1" "February 2022" "gen-introspect 0.52.11" "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 c633ae16b..03b6fbd4d 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.52.10" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. +.TH VALAC "1" "February 2022" "Vala 0.52.11" "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 f426b319a..f9b1fcb9a 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.52.10" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. +.TH VALADOC "1" "February 2022" "Valadoc 0.52.11" "User Commands" .SH NAME valadoc \- Vala Documentation Tool .SH SYNOPSIS diff --git a/doc/vapigen.1 b/doc/vapigen.1 index da82be21d..92883094b 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.52.10" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. +.TH VAPIGEN "1" "February 2022" "Vala API Generator 0.52.11" "User Commands" .SH NAME vapigen \- generate a Vala API .SH SYNOPSIS |