Skip to content

Commit

Permalink
Release 0.52.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ricotz committed Jun 4, 2021
1 parent 2d5ef17 commit bf72924
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions NEWS
@@ -1,3 +1,23 @@
Vala 0.52.4
===========
* Various improvements and bug fixes:
- codegen:
+ GArray, GByteArray and GPtrArray are reference counted
+ Replace wrongly hard coded usage of G_OBJECT_GET_CLASS
+ Don't add errornous cast for unknown type_symbol
+ Mark entry point method implementation "_vala_main" as static
+ Improve check for GLib.Source derived classes
- vala: Parameter following params-array parameter is not allowed
- doc: Update man page to include more information on profiles

* Bindings:
- glib-2.0: Add missing has_typedef attributes on SourceFuncs delegates
- gstreamer: Update from 1.19.0+ git master
- gtk+-3.0: Update to 3.24.29+f9fe28ce
- gtk4: Update to 4.3.0+24f0ae1d
- pango: Mark language parameter of AttrIterator.get_font() as out
- vapi: Update GIR-based bindings

Vala 0.52.3
===========
* 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.3.
.TH VALA-GEN-INTROSPECT "1" "May 2021" "gen-introspect 0.52.3" "User Commands"
.TH VALA-GEN-INTROSPECT "1" "June 2021" "gen-introspect 0.52.4" "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.3.
.TH VALAC "1" "May 2021" "Vala 0.52.3" "User Commands"
.TH VALAC "1" "June 2021" "Vala 0.52.4" "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.3.
.TH VALADOC "1" "May 2021" "Valadoc 0.52.3" "User Commands"
.TH VALADOC "1" "June 2021" "Valadoc 0.52.4" "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.3.
.TH VAPIGEN "1" "May 2021" "Vala API Generator 0.52.3" "User Commands"
.TH VAPIGEN "1" "June 2021" "Vala API Generator 0.52.4" "User Commands"
.SH NAME
vapigen \- generate a Vala API
.SH SYNOPSIS
Expand Down

0 comments on commit bf72924

Please sign in to comment.