From: Rico Tzschichholz Date: Fri, 16 Sep 2022 13:40:13 +0000 (+0200) Subject: Release 0.48.25 X-Git-Tag: 0.48.25^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d73583f37af5a7654a4154ab434177ee9bcee23a;p=thirdparty%2Fvala.git Release 0.48.25 --- diff --git a/NEWS b/NEWS index fb2a57a8b..725529c49 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +Vala 0.48.25 +============ + * Various improvements and bug fixes: + - codegen: + + Correctly set array-length for NoAccessorMethods properties [#1316] + + Detect usage of static type-parameter in runtime context [#1326] + - vala: + + Don't allow nullable enum value as real GObject property [#1074] + + Avoid critical in SourceFile.get_mapped_length() [#1330] + + Don't unconditionally expect ObjectType of Class [#1341] + + Make try-statement parsing more resilient [#1304] + + Avoid problems with '\' in #line directives on Windows [#1353] + - gidlparser: Set source reference of parameters + - valadoc: Include path to doclet in error message + - manual: Update from wiki.gnome.org + + * Bindings: + - atspi-2: Fix a few binding errors + - glib-2.0: Add abs() to int8/int16/int32/ssize_t [#1328] + - glib-2.0: Use g_abort for GLib.Process.abort() beginning with 2.50 [#1350] + - gtk+-3.0: Correctly unhide BindingSet.by_class to avoid Version attribute + Vala 0.48.24 ============ * Various improvements and bug fixes: diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1 index b6c68af95..1d5a0183a 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.1. -.TH VALA-GEN-INTROSPECT "1" "March 2022" "gen-introspect 0.48.24" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. +.TH VALA-GEN-INTROSPECT "1" "September 2022" "gen-introspect 0.48.25" "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 3dcd61d5e..9bdde173c 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.1. -.TH VALAC "1" "March 2022" "Vala 0.48.24" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. +.TH VALAC "1" "September 2022" "Vala 0.48.25" "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 43d32c96d..330eccc51 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.1. -.TH VALADOC "1" "March 2022" "Valadoc 0.48.24" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. +.TH VALADOC "1" "September 2022" "Valadoc 0.48.25" "User Commands" .SH NAME valadoc \- Vala Documentation Tool .SH SYNOPSIS diff --git a/doc/vapigen.1 b/doc/vapigen.1 index 08c5b7921..ee74e9813 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.1. -.TH VAPIGEN "1" "March 2022" "Vala API Generator 0.48.24" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. +.TH VAPIGEN "1" "September 2022" "Vala API Generator 0.48.25" "User Commands" .SH NAME vapigen \- generate a Vala API .SH SYNOPSIS