Skip to content

Commit

Permalink
Release 0.50.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ricotz committed May 1, 2021
1 parent 3e88a26 commit 76a1f04
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 8 deletions.
17 changes: 17 additions & 0 deletions NEWS
@@ -1,3 +1,20 @@
Vala 0.50.8
===========
* Various improvements and bug fixes:
- codegen:
+ Apply gconstpointer to gpointer cast to GenericType only
+ Fix access to captured generics in async method of interfaces (2)
+ Use if-clause for is_in_destructor() condition to be more clear
+ Add missing "_return" label and "_inner_error*_" declaration in dtors
+ Don't use G_GNUC_INTERNAL on implicit type specific fields
- vala:
+ length-type of arrays must not be nullable
+ Report a warning for unhandled errors in destructors
- parser:
+ Minor semantic checks to improve error messages
+ Allow empty member-initializer and accept trailing comma
+ Include INTERR token in source_reference of parsed types

Vala 0.50.7
===========
* Regression and bug fixes:
Expand Down
4 changes: 2 additions & 2 deletions doc/vala-gen-introspect.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
.TH VALA-GEN-INTROSPECT "1" "April 2021" "gen-introspect 0.50.7" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH VALA-GEN-INTROSPECT "1" "May 2021" "gen-introspect 0.50.8" "User Commands"
.SH NAME
vala-gen-introspect \- generate a GI file for GObject and glib based packages
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions doc/valac.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
.TH VALAC "1" "April 2021" "Vala 0.50.7" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH VALAC "1" "May 2021" "Vala 0.50.8" "User Commands"
.SH NAME
valac \- compiler that translates Vala source code into C source and header files
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions doc/valadoc.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
.TH VALADOC "1" "April 2021" "Valadoc 0.50.7" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH VALADOC "1" "May 2021" "Valadoc 0.50.8" "User Commands"
.SH NAME
valadoc \- Vala Documentation Tool
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions doc/vapigen.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
.TH VAPIGEN "1" "April 2021" "Vala API Generator 0.50.7" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH VAPIGEN "1" "May 2021" "Vala API Generator 0.50.8" "User Commands"
.SH NAME
vapigen \- generate a Vala API
.SH SYNOPSIS
Expand Down

0 comments on commit 76a1f04

Please sign in to comment.