]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Release 0.54.7 0.54.7
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 14 Feb 2022 14:37:08 +0000 (15:37 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 14 Feb 2022 14:37:08 +0000 (15:37 +0100)
NEWS
doc/vala-gen-introspect.1
doc/valac.1
doc/valadoc.1
doc/vapigen.1

diff --git a/NEWS b/NEWS
index 6aff076bfd21f23098d52b2cd08badbf37417ad5..a27d8f42f183402894b706114a3bf2e124a9e0d6 100644 (file)
--- 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:
index f4d43ae36c5d0d5f422a77639931251a2eaa8aea..72f61fca6eadc9e7343c7ef9a3ef98065b52c8dc 100644 (file)
@@ -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
index fdbb2cf78bc7cd14bfef59f240ee9c6c4021c761..09555407724a8affbd6a20acc35b3a0b51d9ef37 100644 (file)
@@ -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
index d474a0adb930e23407d9fc0fcbcb9adf19cdd210..152b3363bf91ed4b7e265b3a1e1077c696c06f93 100644 (file)
@@ -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
index 9c6afc66cf1c23289cc5344e79210a28eccb58ca..f4822e4949858329424baa84c90a3bf07940de8c 100644 (file)
@@ -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