[vala/0.52] Release 0.52.3



commit 1cccfb73ab48ea43475e828e158d6556bbd4efd4
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sat May 1 22:36:37 2021 +0200

    Release 0.52.3

 NEWS                      | 17 +++++++++++++++++
 doc/vala-gen-introspect.1 |  4 ++--
 doc/valac.1               |  4 ++--
 doc/valadoc.1             |  4 ++--
 doc/vapigen.1             |  4 ++--
 5 files changed, 25 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index c63cc46ca..7ed6cd6e7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Vala 0.52.3
+===========
+ * Various improvements and bug fixes:
+  - codegen:
+    + Apply gconstpointer to gpointer cast to GenericType only
+    + Fix access to captured generics in async method of interfaces (2)
+    + Use if-clause for is_in_destructor() condition to be more clear
+    + Add missing "_return" label and "_inner_error*_" declaration in dtors
+    + Don't use G_GNUC_INTERNAL on implicit type specific fields
+  - vala:
+    + length-type of arrays must not be nullable
+    + Report a warning for unhandled errors in destructors
+  - parser:
+    + Minor semantic checks to improve error messages
+    + Allow empty member-initializer and accept trailing comma
+    + Include INTERR token in source_reference of parsed types
+
 Vala 0.52.2
 ===========
  * Regression and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 98a6fc308..7018e6b47 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.1.
-.TH VALA-GEN-INTROSPECT "1" "April 2021" "gen-introspect 0.52.2" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.48.3.
+.TH VALA-GEN-INTROSPECT "1" "May 2021" "gen-introspect 0.52.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 e132074e2..096eedb33 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.1.
-.TH VALAC "1" "April 2021" "Vala 0.52.2" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.48.3.
+.TH VALAC "1" "May 2021" "Vala 0.52.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 a74d05e36..f4d74a1e3 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.1.
-.TH VALADOC "1" "April 2021" "Valadoc 0.52.2" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.48.3.
+.TH VALADOC "1" "May 2021" "Valadoc 0.52.3" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 162d422a2..ca8738286 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.1.
-.TH VAPIGEN "1" "April 2021" "Vala API Generator 0.52.2" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.48.3.
+.TH VAPIGEN "1" "May 2021" "Vala API Generator 0.52.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]