From 9c8ee8f065e572ed9feecdf118145d5b1748fada Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Sat, 25 Mar 2023 17:17:31 +0100 Subject: [PATCH] Release 0.56.5 --- NEWS | 22 ++++++++++++++++++++++ doc/vala-gen-introspect.1 | 2 +- doc/valac.1 | 2 +- doc/valadoc.1 | 2 +- doc/vapigen.1 | 2 +- 5 files changed, 26 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index e67fb6db3..c8f93503d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +Vala 0.56.5 +=========== + * Various improvements and bug fixes: + - codegen: + + Consistently handle GLib.Error as boxed type [#1418] + + Add cast to accessor calls for generic property implementations + + Use g_object_class_override_property to implement generic interface + properties [#1419] + + Add declaration for register call of dynamic DBus interfaces [#1422] + - vala: + + Correctly handle pre/post-increment expression as index of element + access [#1417] + + Set proper value-type of unary ref/out expression in initializers [#1421] + + Allow assignment of namespace fields with inline allocated arrays + - gtkmodule: Improve error messages + + * Bindings: + - gtk4: Update to 4.10.1~40b154bf from 0.58 + - gtk4: Add sealed to all the final types + - gtk+-3.0: Fix ToolPalette.icon_size get-accessor type + - webkitgtk-6.0: Update to 2.39.90 + Vala 0.56.4 =========== * Various improvements and bug fixes: diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1 index 73f14c145..eabb9fe38 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.49.3. -.TH VALA-GEN-INTROSPECT "1" "February 2023" "gen-introspect 0.56.4" "User Commands" +.TH VALA-GEN-INTROSPECT "1" "March 2023" "gen-introspect 0.56.5" "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 7805b8019..f203d3f9b 100644 --- a/doc/valac.1 +++ b/doc/valac.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH VALAC "1" "February 2023" "Vala 0.56.4" "User Commands" +.TH VALAC "1" "March 2023" "Vala 0.56.5" "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 c107d7d13..4681fbeb8 100644 --- a/doc/valadoc.1 +++ b/doc/valadoc.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH VALADOC "1" "February 2023" "Valadoc 0.56.4" "User Commands" +.TH VALADOC "1" "March 2023" "Valadoc 0.56.5" "User Commands" .SH NAME valadoc \- Vala Documentation Tool .SH SYNOPSIS diff --git a/doc/vapigen.1 b/doc/vapigen.1 index e0b22c1ee..20e1a04ab 100644 --- a/doc/vapigen.1 +++ b/doc/vapigen.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH VAPIGEN "1" "February 2023" "Vala API Generator 0.56.4" "User Commands" +.TH VAPIGEN "1" "March 2023" "Vala API Generator 0.56.5" "User Commands" .SH NAME vapigen \- generate a Vala API .SH SYNOPSIS -- 2.47.3