2022-02-25 Rico Tzschichholz Release 0.55.90 2022-02-24 Rico Tzschichholz vapi: Regenerate GIR-based bindings to pick up type_id of error domains girparser: Pick up type_id of error domains codegen: Emit GType definition for error domains Fixes https://gitlab.gnome.org/GNOME/vala/issues/699 codegen: Default to "has_type_id = false" for external error-domains glib-2.0: Add type_id of GLib.Error glib-2.0: Annotate error-domains with "has_type_id = false" codegen: Emit G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC() for structs Fixes https://gitlab.gnome.org/GNOME/vala/issues/1293 codegen: Emit G_DEFINE_AUTOPTR_CLEANUP_FUNC() for interfaces with base class Fixes https://gitlab.gnome.org/GNOME/vala/issues/1292 codegen: Split out GTypeModule.generate_autoptr_cleanup() 2022-02-22 Rico Tzschichholz vapi: gtk4-unix-print is GIR-based glib-2.0: Update 2.70/72 symbols vapi: Update GIR-based bindings gstreamer: Update from 1.21.0+ git main vala: Allow delegate without target to be used as constant type vala: Keep error-code symbol reference in callable expression context vala: Add common CallableExpression.call property API vala: Drop unused MemberAccess.creation_member property API tests: Extend "direct access to error code" test to increase coverage tests: Add invalid "error creation" tests to increase coverage tests: Fix objectcreation-no-creation-method.test vala: Member reference for ObjectCreationExpression is never null 2022-02-12 Rico Tzschichholz tests: Add more Werror=... flags 2022-02-11 Rico Tzschichholz vala: Only add catch clause if an inner error is possible See d9f702289b4b39683d0c9361e1ea02fd51ecae22 build: Update git-version-gen to latest upstream From commit b5a3c17daa05f6d76f70369e7cbeefe0db012499 of https://git.savannah.gnu.org/cgit/gnulib.git/log/build-aux/git-version-gen build: Update gitlog-to-changelog to latest upstream From commit b5a3c17daa05f6d76f70369e7cbeefe0db012499 of https://git.savannah.gnu.org/cgit/gnulib.git/tree/build-aux/gitlog-to-changelog 2022-02-10 Rico Tzschichholz vala: Catch and throw possible inner error of lock statements See 40c1dbfbfedb6c4a6b88df045eb1c2e7bdd38d93 Fixes https://gitlab.gnome.org/GNOME/vala/issues/83