[vala/0.52] Release 0.52.5



commit f8bad6ef427c15af35e49a92f653f0c84ba989fc
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Aug 16 12:49:45 2021 +0200

    Release 0.52.5

 NEWS                      | 36 ++++++++++++++++++++++++++++++++++++
 doc/vala-gen-introspect.1 |  4 ++--
 doc/valac.1               |  4 ++--
 doc/valadoc.1             |  4 ++--
 doc/vapigen.1             |  4 ++--
 5 files changed, 44 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5b7972707..4e37dba4d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+Vala 0.52.5
+===========
+ * Various improvements and bug fixes:
+  - codegen:
+    + Allow null to initialize non-null struct inside initializer list [#594]
+    + Implementing GLib.Source.prepare/check is optional since 2.36
+    + Fix variadic constructors for compact classes and structs [#1195]
+    + Use detroy_value() for delete statement [#1201]
+    + Fix params-array in constructor for struct [#1202]
+  - vala:
+    + Rely on DataType.to_qualified_string() for error-types [#1206]
+    + Disallow resize() for constant arrays [#944]
+  - Recognize multiple valid CCode.gir_namespace/_version in VAPI files [#1189]
+  - Slightly improve source_reference for get_dup_func_expression()
+  - girwriter:
+    + Respect GIR.name for constants, errordomains and delegates [#1196]
+    + Add explicit writable attribute to all field elements
+    + Fix position of "result" parameter for struct constructor
+    + Write missing c:type attribute of compact class record
+  - girparser: Add support for "final" class attribute
+  - tests/girwriter: Add missing [Flags] annotation
+  - testrunner: Add support for girwriter tests
+  - docs: Update bootstrap instructions in README.md
+
+ * Bindings:
+  - Partly revert "gstreamer: Update from 1.19.0+ git master" [#1210]
+  - glib-2.0: expected_type and return value of VariantDict.lookup_value()
+    is nullable
+  - glib-2.0: Add Uri.to_string/to_string_partial() (since 2.66)
+  - gobject-2.0: Fix the Closure.invoke() signature
+  - gstreamer: Update from 1.19.0+ git master
+  - gtk4: Update to 4.3.2+04f3c805
+  - linux: Substitute linux/if.h with net/if.h
+  - linux: Fix some bindings errors
+  - linux: Fix i2c-dev constants
+
 Vala 0.52.4
 ===========
  * Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index a7ec83350..136c7f989 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.3.
-.TH VALA-GEN-INTROSPECT "1" "June 2021" "gen-introspect 0.52.4" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.48.4.
+.TH VALA-GEN-INTROSPECT "1" "August 2021" "gen-introspect 0.52.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 a130db752..5666df7a9 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.3.
-.TH VALAC "1" "June 2021" "Vala 0.52.4" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.48.4.
+.TH VALAC "1" "August 2021" "Vala 0.52.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 64919eb65..61f05e553 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.3.
-.TH VALADOC "1" "June 2021" "Valadoc 0.52.4" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.48.4.
+.TH VALADOC "1" "August 2021" "Valadoc 0.52.5" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 9c201a2b8..fc1760aa4 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.3.
-.TH VAPIGEN "1" "June 2021" "Vala API Generator 0.52.4" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.48.4.
+.TH VAPIGEN "1" "August 2021" "Vala API Generator 0.52.5" "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]