From: Rico Tzschichholz Date: Mon, 15 Apr 2019 14:29:20 +0000 (+0200) Subject: Release 0.36.19 X-Git-Tag: 0.36.19^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab544aa99c8c331938ea0e75fe2f722ea127e4be;p=thirdparty%2Fvala.git Release 0.36.19 --- diff --git a/NEWS b/NEWS index 077e2f75e..dbe337062 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +Vala 0.36.19 +============ + * Various improvements and bug fixes: + - Mark defined constructors of abstract classes as protected + - codegen: + + Use guint to represent flags-enum in custom GMarshalFunc + + 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] + - 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 + + * Bindings: + - 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.36.18 ============ * Various improvements and bug fixes: diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1 index 392f8239e..770155611 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.36.18" "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.36.19" "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 2b3fb564a..4ce07b97b 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.36.18" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. +.TH VALAC "1" "April 2019" "valac 0.36.19" "User Commands" .SH NAME valac \- compiler that translates Vala source code into C source and header files .SH SYNOPSIS diff --git a/doc/vapigen.1 b/doc/vapigen.1 index 657b95620..492cf2eef 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.36.18" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. +.TH VAPIGEN "1" "April 2019" "vapigen API Generator 0.36.19" "User Commands" .SH NAME vapigen \- generate a Vala API .SH SYNOPSIS