]> code.ossystems Code Review - openembedded-core.git/commit
vala: upgrade 0.52.3 -> 0.52.4
authorAndreas Müller <schnitzeltony@gmail.com>
Wed, 9 Jun 2021 06:36:45 +0000 (08:36 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Jun 2021 22:49:47 +0000 (23:49 +0100)
commit9f0f6ef0daf913057af69a834f3607e567d2e54d
tree80d39369e675053a28714b04332a1f9e73d779c7
parent0620fe059767f4b914df0be7b4f1b28aee3081a2
vala: upgrade 0.52.3 -> 0.52.4

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

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/vala/vala_0.52.4.bb [moved from meta/recipes-devtools/vala/vala_0.52.3.bb with 50% similarity]