[vala/0.48] Release 0.48.13



commit 47e589ab50bd49026cdef162a19a4da4e6294b7c
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sun Jan 10 17:43:51 2021 +0100

    Release 0.48.13

 NEWS                      | 26 ++++++++++++++++++++++++++
 doc/vala-gen-introspect.1 |  2 +-
 doc/valac.1               |  2 +-
 doc/valadoc.1             |  2 +-
 doc/vapigen.1             |  2 +-
 5 files changed, 30 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5d1bb6ff9..f7aba140b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Vala 0.48.13
+============
+ * Various improvements and bug fixes:
+  - codegen:
+    + Use CCodeInvalidExpression instead of place holders
+    + Don't leak memory of already assigned out-parameter on error [#1123]
+    + Don't leak memory on internal value comparison of property setter
+    + Fix assignment of casted struct value to property [#1126]
+  - vala:
+    + Report an error if gio-2.0 is missing for DBus support
+    + Add missing TraverseVisitor.visit_addressof_expression()
+    + value_type of PointerIndirection expressions must not be owned [#1118]
+    + SliceExpression need to return heap-allocated or unowned references [#1120]
+    + Accept "unowned var" as type for foreach variable declaration [#152]
+    + Ownership transfer of inline-allocated array is not allowed [#931]
+  - tests: Use Automake’s parallel test driver to speed up running tests [#1094]
+  - testrunner: A lot of simplifications
+
+ * Bindings:
+  - gio-2.0: Fix DBusSubtreeIntrospectFunc binding
+  - gstreamer-1.0: Fix direction of GLib.Value typed parameters [#1014]
+  - gtk4: Use correct cheader_include for wayland/x11 gdk backend [#1112]
+  - gtk4: Don't rename binding for gtk_css_provider_load_from_data [#1117]
+  - gtk4: Update to 4.0.1
+  - webkit2gtk-4.0: Update to 2.30.3
+
 Vala 0.48.12
 ============
  * Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index e33a4a076..8cbf6932a 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.47.16.
-.TH VALA-GEN-INTROSPECT "1" "November 2020" "gen-introspect 0.48.12" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "January 2021" "gen-introspect 0.48.13" "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 98c462ab5..994d61d5e 100644
--- a/doc/valac.1
+++ b/doc/valac.1
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.16.
-.TH VALAC "1" "November 2020" "Vala 0.48.12" "User Commands"
+.TH VALAC "1" "January 2021" "Vala 0.48.13" "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 824441ecb..4f8545105 100644
--- a/doc/valadoc.1
+++ b/doc/valadoc.1
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.16.
-.TH VALADOC "1" "November 2020" "Valadoc 0.48.12" "User Commands"
+.TH VALADOC "1" "January 2021" "Valadoc 0.48.13" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index e14582ce3..ad54bdf1f 100644
--- a/doc/vapigen.1
+++ b/doc/vapigen.1
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.16.
-.TH VAPIGEN "1" "November 2020" "Vala API Generator 0.48.12" "User Commands"
+.TH VAPIGEN "1" "January 2021" "Vala API Generator 0.48.13" "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]