[vala/0.48] Release 0.48.23
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.48] Release 0.48.23
- Date: Mon, 21 Feb 2022 09:10:20 +0000 (UTC)
commit 4b4dadc802b21763e0245f4f4ec9807c21052a2f
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Mon Feb 21 09:49:40 2022 +0100
Release 0.48.23
NEWS | 31 +++++++++++++++++++++++++++++++
doc/vala-gen-introspect.1 | 4 ++--
doc/valac.1 | 4 ++--
doc/valadoc.1 | 4 ++--
doc/vapigen.1 | 4 ++--
5 files changed, 39 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0312ec3ff..2102532be 100644
--- 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:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 3dcb47ff8..bbb744205 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.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
diff --git a/doc/valac.1 b/doc/valac.1
index b7500017e..151d20d0b 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.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
diff --git a/doc/valadoc.1 b/doc/valadoc.1
index c5b2a7ba8..dd7b5e355 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.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
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 292fb2dc2..a49f8722c 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.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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]