[vala/0.52] Release 0.52.7
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.52] Release 0.52.7
- Date: Sat, 30 Oct 2021 08:30:19 +0000 (UTC)
commit 3cb525723bea0bdbab49976990490dedd438e29a
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sat Oct 30 10:21:43 2021 +0200
Release 0.52.7
NEWS | 16 ++++++++++++++++
doc/vala-gen-introspect.1 | 4 ++--
doc/valac.1 | 4 ++--
doc/valadoc.1 | 4 ++--
doc/vapigen.1 | 4 ++--
5 files changed, 24 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index 403c17543..37bfc9296 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Vala 0.52.7
+===========
+ * Various improvements and bug fixes:
+ - codegen: Actually free data when using "remove(_all)"
+ on GLib.Queue/(S)List [#1238]
+ - vala:
+ + Parameter following ellipsis parameter is not allowed [#1237]
+ + More thorough check of ValueType and set CodeNode.error on failure
+ + Really check compatiblity of error types for delegate symbol
+ + Correctly output signature of callable throwing error
+ + Report error for non ErrorType in throws
+ + Implement CodeWriter.visit_foreach_statement()/visit_catch_clause()
+ - parser: Make sure ErrorCodes are accessible as needed
+ - girparser: Add support for "ref_/ref_sink_/unref_function"
+ metadata for classes [#1233]
+
Vala 0.52.6
===========
* Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index fce03488d..bf09df2ed 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.4.
-.TH VALA-GEN-INTROSPECT "1" "October 2021" "gen-introspect 0.52.6" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
+.TH VALA-GEN-INTROSPECT "1" "October 2021" "gen-introspect 0.52.7" "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 2b123f620..ea0ec7bc0 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.4.
-.TH VALAC "1" "October 2021" "Vala 0.52.6" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
+.TH VALAC "1" "October 2021" "Vala 0.52.7" "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 617329b55..417691c27 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.4.
-.TH VALADOC "1" "October 2021" "Valadoc 0.52.6" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
+.TH VALADOC "1" "October 2021" "Valadoc 0.52.7" "User Commands"
.SH NAME
valadoc \- Vala Documentation Tool
.SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 3a4f3d734..4c9a0dca3 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.4.
-.TH VAPIGEN "1" "October 2021" "Vala API Generator 0.52.6" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
+.TH VAPIGEN "1" "October 2021" "Vala API Generator 0.52.7" "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]