From: Rico Tzschichholz Date: Fri, 19 Apr 2024 10:57:40 +0000 (+0200) Subject: Release 0.56.17 X-Git-Tag: 0.56.17^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef0d911609f6691df0f10877ee97ee34cd24d689;p=thirdparty%2Fvala.git Release 0.56.17 --- diff --git a/NEWS b/NEWS index 483885fc1..03950c309 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +Vala 0.56.17 +============ + * Various improvements and bug fixes: + - codegen: + + Add missing initializers for private fields of GSourceFuncs + + Update array length variable passed to null-terminated ref parameter [#1536] + + Properly pass through a null-terminated out argument + + Refactor and cache parameter in loop + + Only handle null-terminated array as such if there is no length given + - vala: + + Allow declaration of static nested methods (local functions) [#1533] + + Correctly use Path.build_path() + + Point to the invalid initializer on error + + Report invalid type in property assignment attempt [#1541] + + Inherit important attributes for Property backing field + + * Bindings: + - glib-2.0: Avoid unnecessary copying operations in FileStream.read_line() + - glib-2.0: Add SPACING_MARK, deprecate COMBINING_MARK + - glib-2.0: Add dev_t/gid_t/pid_t/uid_t/socklen_t types for compatibility + - gnu: add binding for flock(2) and its constants + Vala 0.56.16 ============ * Various improvements and bug fixes: diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1 index 672bc5652..fdc8a9d7a 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" "March 2024" "gen-introspect 0.56.16" "User Commands" +.TH VALA-GEN-INTROSPECT "1" "April 2024" "gen-introspect 0.56.17" "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 92581fb54..9fc244cdf 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" "March 2024" "Vala 0.56.16" "User Commands" +.TH VALAC "1" "April 2024" "Vala 0.56.17" "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 4d31d7774..b73631b91 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" "March 2024" "Valadoc 0.56.16" "User Commands" +.TH VALADOC "1" "April 2024" "Valadoc 0.56.17" "User Commands" .SH NAME valadoc \- Vala Documentation Tool .SH SYNOPSIS diff --git a/doc/vapigen.1 b/doc/vapigen.1 index 817cb58fd..85f2796c5 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" "March 2024" "Vala API Generator 0.56.16" "User Commands" +.TH VAPIGEN "1" "April 2024" "Vala API Generator 0.56.17" "User Commands" .SH NAME vapigen \- generate a Vala API .SH SYNOPSIS