Skip to content

Commit

Permalink
Release 0.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricotz committed Mar 17, 2021
1 parent 99ffbdf commit e7e42c6
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4 deletions.
23 changes: 23 additions & 0 deletions NEWS
@@ -1,3 +1,26 @@
Vala 0.52.0
===========
* Various improvements and bug fixes:
- codegen: Include "glib.h" for deprecated symbols (GOBJECT) [#1155]
- vala: Improve error for incompatible expressions in conditional expression
- vala: Check for unused attributes unconditionally
- girparser: Allow overriding of "Compact" attribute for classes
- girparser: Handle empty "<type/>" element and report an error
- girparser: Add support for NoWrapper metadata for methods
- build: Add --enable-test-asan configure option

* Bindings:
- gio-2.0: Add some missing NoWrapper and CCode.has_typedef attributes
- gnutls: Fix some binding errors
- gsl: Fix some binding errors
- gstreamer: Update from 1.19.0+ git master
- gtk4: Add Gtk.INVALID_LIST_POSITION [#1151]
- gtk4-unix-print: Switch to gir
- gtk4: Update to 4.1.2
- linux: Provide Input.Event.input_event_sec/input_event_usec fields [#1152]
- vapi: Fix a couple of attribute typos
- webkit2gtk-4.0: Update to 2.31.91

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

0 comments on commit e7e42c6

Please sign in to comment.