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

diff --git a/NEWS b/NEWS
index 0312ec3ffa9e52d7d186fe41af1aaa1f6fcd198f..2102532be5be367056356be8fe8e1a02cacf777d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Vala 0.48.23
+============
+ * 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.48.22
 ============
  * Various improvements and bug fixes:
index 3dcb47ff86569522608c9614417fa6980cc9ae67..bbb74420530bacc7b84727059b632c2906ae70e1 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.48.22" "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.48.23" "User Commands"
 .SH NAME
 vala-gen-introspect \- generate a GI file for GObject and glib based packages
 .SH SYNOPSIS
index b7500017e89c0abafa461b01b8e26aa255cc76a0..151d20d0ba3fa065c911bd910d3e1d36a3c8ea1d 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.48.22" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.1.
+.TH VALAC "1" "February 2022" "Vala 0.48.23" "User Commands"
 .SH NAME
 valac \- compiler that translates Vala source code into C source and header files
 .SH SYNOPSIS
index c5b2a7ba82677c639f0e125416c1775b4fc98dc1..dd7b5e35595c1870cd86b692cdc688c2fd9a6d8b 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.48.22" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.1.
+.TH VALADOC "1" "February 2022" "Valadoc 0.48.23" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
index 292fb2dc20400586a693da5b885a4087d18386fd..a49f8722c7cebae06a29fb91cda086377b2d052d 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.48.22" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.1.
+.TH VAPIGEN "1" "February 2022" "Vala API Generator 0.48.23" "User Commands"
 .SH NAME
 vapigen \- generate a Vala API
 .SH SYNOPSIS