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

diff --git a/NEWS b/NEWS
index 269c02ef0f6886bf43b45d6fa0e06054bd2116be..5b1d1cf6f19ac078f07be86fa6f1a6a6a07724a4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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:
index c83e7dfd3917349a93a6c98d0e5e8a1ff8e51f40..6cdb2dc417a82bbc20335bedbbe0f01d63d11680 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.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
index c633ae16bf18ade991c2273e066b667137ddaf16..03b6fbd4db857ba80b4cc5dbbfa37fd34a558421 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.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
index f426b319a5c2b65d5eebbdcc892430668665a3c4..f9b1fcb9a26ac310848b0806baf10b54ce81f617 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.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
index da82be21d0f5345a9b1d08cea6d8306a593b2206..92883094b91b55d6815e39db5c656ba3a76622b7 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.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