Skip to content

Commit

Permalink
Release 0.51.91
Browse files Browse the repository at this point in the history
  • Loading branch information
ricotz committed Mar 10, 2021
1 parent 65a40cd commit c792bd9
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions NEWS
@@ -1,3 +1,24 @@
Vala 0.51.91
============
* Various improvements and bug fixes:
- codegen:
+ Error for missing type-arguments of HashTable (de)serialization [#1147]
+ Free intermediate temp-variables of postcondition expression [#80]
+ Use the one available source_reference for internal error [#436]
+ Fix access to captured generics in async method of interfaces [#537]
+ Don't ever create null-aware free macro for GenericType
+ Don't add generics arguments/parameters to async finish method
+ Drop inner casts before converting between generics and integers
- vala:
+ Add missing null-check in DataType.get_type_signature()
+ Check array type of declarations for errornous type-arguments
+ Check (optional) type-arguments of array creation expression
+ Replace all type parameter occurances in parameters for signal delegate

* Bindings:
- glib-2.0,gio-2.0: Add some missing type-arguments
- vapi: Update GIR-based bindings

Vala 0.51.90
============
* Various improvements and bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion 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" "March 2021" "gen-introspect 0.51.90" "User Commands"
.TH VALA-GEN-INTROSPECT "1" "March 2021" "gen-introspect 0.51.91" "User Commands"
.SH NAME
vala-gen-introspect \- generate a GI file for GObject and glib based packages
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/valac.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
.TH VALAC "1" "March 2021" "Vala 0.51.90" "User Commands"
.TH VALAC "1" "March 2021" "Vala 0.51.91" "User Commands"
.SH NAME
valac \- compiler that translates Vala source code into C source and header files
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/valadoc.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
.TH VALADOC "1" "March 2021" "Valadoc 0.51.90" "User Commands"
.TH VALADOC "1" "March 2021" "Valadoc 0.51.91" "User Commands"
.SH NAME
valadoc \- Vala Documentation Tool
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/vapigen.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
.TH VAPIGEN "1" "March 2021" "Vala API Generator 0.51.90" "User Commands"
.TH VAPIGEN "1" "March 2021" "Vala API Generator 0.51.91" "User Commands"
.SH NAME
vapigen \- generate a Vala API
.SH SYNOPSIS
Expand Down

0 comments on commit c792bd9

Please sign in to comment.