[vala/0.48] Release 0.48.15
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.48] Release 0.48.15
- Date: Thu, 18 Mar 2021 16:31:18 +0000 (UTC)
commit 10166000cbf8963cfebae5e15fa0f13b15791308
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Thu Mar 18 17:17:04 2021 +0100
Release 0.48.15
NEWS | 45 +++++++++++++++++++++++++++++++++++++++++++++
doc/vala-gen-introspect.1 | 2 +-
doc/valac.1 | 2 +-
doc/valadoc.1 | 2 +-
doc/vapigen.1 | 2 +-
5 files changed, 49 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 782900d78..e78d744d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,48 @@
+Vala 0.48.15
+============
+ * Various improvements and bug fixes:
+ - codegen:
+ + More use of get_ccode_type_name()
+ + "_first_array" parameter for params-array is variadic too
+ + Inherit GType from base struct of SimpleType structs
+ + Error for missing type-arguments of HashTable (de)serialization [#1147]
+ + Free intermediate temp-variables of postcondition expression [#80]
+ + Use the one available source_reference for internal error [#436]
+ + Fix access to captured generics in async method of interfaces [#537]
+ + Don't ever create null-aware free macro for GenericType
+ + Don't add generics arguments/parameters to async finish method
+ + Drop inner casts before converting between generics and integers
+ + Include "glib.h" for deprecated symbols (GOBJECT) [#1155]
+ - vala:
+ + Report warning if --target-glib=auto was not evaluated successfully
+ + Fix ownership inheritance of "unowned var" in foreach statement
+ + Add missing null-check in DataType.get_type_signature()
+ + Check array type of declarations for errornous type-arguments
+ + Check (optional) type-arguments of array creation expression
+ + Replace all type parameter occurances in parameters for signal delegate
+ + Improve error for incompatible expressions in conditional expression
+ - gdbus: Don't leak memory of deserialized arguments on error in wrapper method
+ - girparser:
+ + Reuse populated Node.gtype_struct_for instead of resolving again
+ + Evaluate "glib:type-struct" twice to pick up reparented structs
+ + Allow overriding of "Compact" attribute for classes
+ + Handle empty "<type/>" element and report an error
+ + Add support for NoWrapper metadata for methods
+ - testrunner: Include Gio-2.0/gio-2.0 for GIR tests too
+
+ * Bindings:
+ - glib-2.0,gio-2.0: Add some missing type-arguments
+ - gio-2.0: Add some missing NoWrapper and CCode.has_typedef attributes
+ - gnutls: Fix some binding errors
+ - gsl: Fix some binding errors
+ - gtk4: Add Gtk.INVALID_LIST_POSITION [#1151]
+ - gtk4-unix-print: Switch to gir
+ - gtk4: Update to 4.1.2
+ - libwnck-3.0: Update to 3.36.0
+ - linux: Provide Input.Event.input_event_sec/input_event_usec fields [#1152]
+ - vapi: Fix a couple of attribute typos
+ - webkit2gtk-4.0: Update to 2.31.91
+
Vala 0.48.14
============
* Highlights:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 250e2e6aa..48edff8a3 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.1.
-.TH VALA-GEN-INTROSPECT "1" "February 2021" "gen-introspect 0.48.14" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "March 2021" "gen-introspect 0.48.15" "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 8af927f0c..0a09d4469 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.1.
-.TH VALAC "1" "February 2021" "Vala 0.48.14" "User Commands"
+.TH VALAC "1" "March 2021" "Vala 0.48.15" "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 fd7a785a0..fe893c3ea 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.1.
-.TH VALADOC "1" "February 2021" "Valadoc 0.48.14" "User Commands"
+.TH VALADOC "1" "March 2021" "Valadoc 0.48.15" "User Commands"
.SH NAME
valadoc \- Vala Documentation Tool
.SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index ca2e1cd00..54daa1bf4 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.1.
-.TH VAPIGEN "1" "February 2021" "Vala API Generator 0.48.14" "User Commands"
+.TH VAPIGEN "1" "March 2021" "Vala API Generator 0.48.15" "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]