[vala/0.44] Release 0.44.2



commit 7a9f36448ee11da953f413cc857ff5610fb48541
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sun Mar 31 15:13:30 2019 +0200

    Release 0.44.2

 NEWS                      | 27 +++++++++++++++++++++++++++
 doc/vala-gen-introspect.1 |  4 ++--
 doc/valac.1               |  4 ++--
 doc/valadoc.1             |  4 ++--
 doc/vapigen.1             |  4 ++--
 5 files changed, 35 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index e27b2bbc9..624981efc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+Vala 0.44.2
+===========
+ * Various improvements and bug fixes:
+  - ccodegen:
+    + Resolve generics in sizeof-expression of parameter initializer
+    + Move implicit GValue cast for comparison to BinaryExpression [#585063]
+    + Use available *_unref functions in G_DEFINE_AUTOPTR_CLEANUP_FUNC
+    + Move get_type_signature() to DataType
+    + Move try_cast_variant_to_type() to GVariantModule.visit_cast_expression()
+    + Don't create special GArray clear-func for non-null structs
+    + Implement silent-cast for GLib.Variant [#767]
+  - vala: Variadic parameters are not supported for async methods
+  - vala: Report error for unsupported operator instead of assertion
+  - girparser: Create correct output in get_default_lower_case_suffix() [#778]
+  - libvaladoc: Handle missing Content.List.Bullet.ORDERED in switch
+  - libvaladoc: Handle missing Run.Style.NONE in switch
+  - Add explicit "default: break;" statements for coverage of enum-typed switch
+
+ * Bindings:
+  - glib-2.0: Don't annotate dedicated GLib.assert_*() with [Assert] [#769]
+  - gio-2.0: Revert enum-typed flags parameters in Socket API [glib!728]
+  - gobject-introspection-1.0: Fix TypeInfo and TypeTag method references
+  - gstreamer: Update from 1.15.2+ git master
+  - gstreamer-1.0: Fix TypeFind and TypeFindFactory method references [#778]
+  - gtk4: Update to 3.94.0+f273eca7
+  - vapi: Update GIR-based bindings
+
 Vala 0.44.1
 ===========
  * Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index bbc7bdf30..de0d97d4b 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.8.
-.TH VALA-GEN-INTROSPECT "1" "March 2019" "vala-gen-introspect 0.44.1" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.10.
+.TH VALA-GEN-INTROSPECT "1" "March 2019" "vala-gen-introspect 0.44.2" "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 275fa6c28..76ff309f1 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.8.
-.TH VALAC "1" "March 2019" "valac 0.44.1" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.10.
+.TH VALAC "1" "March 2019" "valac 0.44.2" "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 61260e4c8..d84f437f4 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.8.
-.TH VALADOC "1" "March 2019" "valadoc 0.44.1" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.10.
+.TH VALADOC "1" "March 2019" "valadoc 0.44.2" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index f29ff307f..559c96132 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.8.
-.TH VAPIGEN "1" "March 2019" "vapigen API Generator 0.44.1" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.10.
+.TH VAPIGEN "1" "March 2019" "vapigen API Generator 0.44.2" "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]