Skip to content

Commit

Permalink
Release 0.51.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ricotz committed Feb 18, 2021
1 parent 86bc23f commit c040d65
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions NEWS
@@ -1,3 +1,18 @@
Vala 0.51.2
===========
* Various improvements and bug fixes:
- vala:
+ Check type-arguments in base-types/prerequisites of class/interface [#404]
+ Include type-checks in preconditions of methods for type narrowing [#894]
+ Capturing va_list parameters/variables is not allowed [#1136]
+ Properly parse and handle chained initialization of members [#1137]
- codewriter: Output valid vala syntax for LoopStatement and don't write
trailing ";" after body of WithStatement

* Bindings:
+ gstreamer: Update from 1.19.0+ git master
+ vapi: Update GIR-based bindings

Vala 0.51.1
===========
* Highlights:
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" "February 2021" "gen-introspect 0.51.1" "User Commands"
.TH VALA-GEN-INTROSPECT "1" "February 2021" "gen-introspect 0.51.2" "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" "February 2021" "Vala 0.51.1" "User Commands"
.TH VALAC "1" "February 2021" "Vala 0.51.2" "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" "February 2021" "Valadoc 0.51.1" "User Commands"
.TH VALADOC "1" "February 2021" "Valadoc 0.51.2" "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" "February 2021" "Vala API Generator 0.51.1" "User Commands"
.TH VAPIGEN "1" "February 2021" "Vala API Generator 0.51.2" "User Commands"
.SH NAME
vapigen \- generate a Vala API
.SH SYNOPSIS
Expand Down

0 comments on commit c040d65

Please sign in to comment.