[vala/0.42] Release 0.42.7



commit b7db533f10665fcbc99a5f6863de7b032b72a8b0
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Tue Apr 9 16:56:02 2019 +0200

    Release 0.42.7

 NEWS                      | 29 +++++++++++++++++++++++++++++
 doc/vala-gen-introspect.1 |  4 ++--
 doc/valac.1               |  4 ++--
 doc/valadoc.1             |  4 ++--
 doc/vapigen.1             |  4 ++--
 5 files changed, 37 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index 694a012d1..9f61da70c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+Vala 0.42.7
+===========
+ * Various improvements and bug fixes:
+  - Mark defined constructors of abstract classes as protected
+  - codegen:
+    + Use guint to represent flags-enum in custom GMarshalFunc
+    + Move disconnect error from signal-module to semantic-analyzer pass
+    + Use unsigned default value for flags-enum
+    + Always assign original variable when consuming instance to destroy [#781]
+    + Resolve generics in sizeof-expression of parameter initializer
+    + Move implicit GValue cast for comparison to BinaryExpression [#585063]
+  - girparser: Create correct output in get_default_lower_case_suffix() [#778]
+  - parser: Improve source_reference of expressions and statements
+  - vala: Variadic parameters are not supported for async methods
+  - vala: Allow assignment of 0U to enum types
+  - vala: Use global CodeContext to retrieve root_symbol
+  - libvaladoc:
+    + Don't try to create a Content.ListItem when there is none
+    + Handle missing Content.List.Bullet.ORDERED in switch
+    + Handle missing Run.Style.NONE in switch
+
+ * Bindings:
+  - libarchive: Fix Archive.[set_]mode/perm() and add Archive.FileMode
+  - libgvc: Some additions and ownership/return-type fixes
+  - glib-2.0: Don't annotate dedicated GLib.assert_*() with [Assert] [#769]
+  - pango: Fix StringBuilder parameter of scan_word()
+  - gobject-introspection-1.0: Fix TypeInfo and TypeTag method references [#778]
+  - gstreamer-1.0: Fix TypeFind and TypeFindFactory method references [#778]
+
 Vala 0.42.6
 ===========
  * Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 2d6c6099e..c9bfaa233 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.42.6" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.10.
+.TH VALA-GEN-INTROSPECT "1" "April 2019" "vala-gen-introspect 0.42.7" "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 af05778c3..7270d6f2b 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.42.6 "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.10.
+.TH VALAC "1" "April 2019" "valac 0.42.7" "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 c81708e23..9fe3352f1 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.42.6" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.10.
+.TH VALADOC "1" "April 2019" "valadoc 0.42.7" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 814f099ed..1875a2b62 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.42.6" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.10.
+.TH VAPIGEN "1" "April 2019" "vapigen API Generator 0.42.7" "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]