[vala] Release 0.55.3



commit 8c5a6dca7c63f49f02165fb400c68f85790875ec
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Thu Feb 10 14:35:33 2022 +0100

    Release 0.55.3

 NEWS                      | 24 ++++++++++++++++++++++++
 doc/vala-gen-introspect.1 |  2 +-
 doc/valac.1               |  2 +-
 doc/valadoc.1             |  2 +-
 doc/vapigen.1             |  2 +-
 5 files changed, 28 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index d01efe62d..78e8ac62e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Vala 0.55.3
+===========
+ * Highlights:
+  - Allow usage of dynamic on VarType [#187]
+
+ * Various improvements and bug fixes:
+  - codegen: Use correct target/destroy of delegate field initializer [#1285]
+  - codegen: Stop generating wrappers for dynamic property access
+  - gtkmodule: Improve UI parsing and handling of nested objects and properties
+  - vala:
+    + Add missing TraverseVisitor.visit_data_type()
+    + Improve check of generic type references in static contexts [#1284]
+    + 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
+
+ * Bindings:
+  - gio-2.0,glib-2.0,gobject-2.0: Update 2.72 symbols
+  - gstreamer: Update from 1.19.90+ git main
+  - gtk4: Specify sentinel for GtkAcessible methods
+  - gtk4: Update to 4.6.0+06ec4ec1
+  - vapi: Update GIR-based bindings
+
 Vala 0.55.2
 ===========
  * Highlights:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 23162e924..5887e756b 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.55.2" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "February 2022" "gen-introspect 0.55.3" "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 d2540480c..816baa81c 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.55.2" "User Commands"
+.TH VALAC "1" "February 2022" "Vala 0.55.3" "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 505d14209..94be350cb 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.55.2" "User Commands"
+.TH VALADOC "1" "February 2022" "Valadoc 0.55.3" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 5b0e223c3..690873ef6 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.55.2" "User Commands"
+.TH VAPIGEN "1" "February 2022" "Vala API Generator 0.55.3" "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]