[vala/0.40] Release 0.40.15
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.40] Release 0.40.15
- Date: Mon, 15 Apr 2019 08:59:31 +0000 (UTC)
commit f3b20c8b78b7b005d6fe8971c64cccb8de40435a
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Tue Apr 9 16:56:02 2019 +0200
Release 0.40.15
NEWS | 28 ++++++++++++++++++++++++++++
doc/vala-gen-introspect.1 | 4 ++--
doc/valac.1 | 4 ++--
doc/valadoc.1 | 4 ++--
doc/vapigen.1 | 4 ++--
5 files changed, 36 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9383f15e4..83c4bf767 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+Vala 0.40.15
+============
+ * 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:
+ - 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.40.14
============
* Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 14619f137..ee9f285dc 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.40.14" "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.40.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 b9fbe680c..7a5b9c65e 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.40.14" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
+.TH VALAC "1" "April 2019" "valac 0.40.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 4eb58118c..b382055cb 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.40.14" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
+.TH VALADOC "1" "April 2019" "valadoc 0.40.15" "User Commands"
.SH NAME
valadoc \- Vala Documentation Tool
.SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 498f090c9..32f98f72d 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.40.14" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
+.TH VAPIGEN "1" "April 2019" "vapigen API Generator 0.40.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]