[vala/0.52] Release 0.52.10



commit 53955be2351de1ca96afaf0d0ca4367894cb6ea6
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sun Jan 9 14:05:45 2022 +0100

    Release 0.52.10

 NEWS                      | 18 ++++++++++++++++++
 doc/vala-gen-introspect.1 |  2 +-
 doc/valac.1               |  2 +-
 doc/valadoc.1             |  2 +-
 doc/vapigen.1             |  2 +-
 5 files changed, 22 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5fe66861f..269c02ef0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Vala 0.52.10
+============
+ * Various improvements and bug fixes:
+  - codegen:
+    + Correctly handle chain up of struct creation methods [#1264]
+    + Use a dedicated EmitContext for _variant_get*() functions
+    + gtkmodule: Handle nested closure elements and bind them accordingly [#1262]
+  - vala:
+    + NullLiteral is not a valid argument for string concatenation [#1260]
+    + Set is_yield_expression in async context when chaining up to async base ctor
+    + Report statement parsing error if it is not meant to be an expression [#1261]
+    + girparser: Avoid possibily creating duplicated attributes
+  - vapigen.m4: use $PKG_CONFIG_SYSROOT_DIR
+
+ * Bindings:
+  - glib-2.0: Always use the actual C type for CCode.array_length_type
+  - gstreamer: Cherry-pick bindings fixes from 0.56
+
 Vala 0.52.9
 ===========
  * Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index acc0c2fe6..c83e7dfd3 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.52.9" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "January 2022" "gen-introspect 0.52.10" "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 a90de7ea5..c633ae16b 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.52.9" "User Commands"
+.TH VALAC "1" "January 2022" "Vala 0.52.10" "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 3e3f0f632..f426b319a 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.52.9" "User Commands"
+.TH VALADOC "1" "January 2022" "Valadoc 0.52.10" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index d9c14677e..da82be21d 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.52.9" "User Commands"
+.TH VAPIGEN "1" "January 2022" "Vala API Generator 0.52.10" "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]