2021-11-29  Rico Tzschichholz  <ricotz@ubuntu.com>

	Release 0.54.4

	pango: Cherry-pick bindings fixes from 0.56

	gstreamer: Cherry-pick bindings fixes from 0.56

	gtk4: Update to 4.5.0~cd9b7307

2021-11-28  Lorenz Wildberg  <lorenz@wild-fisch.de>

	tests: Rename colliding test case to avoid conflict

2021-11-28  Rico Tzschichholz  <ricotz@ubuntu.com>

	gnome-desktop-3.0: Some parameter fixes

	codegen: Accept CCode.type attribute on parameters
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/876

	codegen: Drop inconsistent space for ObjectType parameters

	tests: Rename colliding test cases to avoid conflicts

	build: Add "test-update" which passed UPDATE_EXPECTED=1 to refresh c-expected

	vala: Fix signals with generic return
	In addition to 36999b5ffd63cc56a8648791b02bf07e7da88077

	vala: Report error on missing gio-2.0 package for async constructors
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/1256

	tests: Add runtime checks to signals tests and increase coverage

	tests/girwriter: Increase coverage

	tests: Add [Profile] method test to increase coverage

	vala: Add [Profile] as known attribute for methods

	ccode: Fix CCodeUnaryExpression.write() for PREFIX_INCREMENT/PREFIX_DECREMENT
	Regression of 0f65d306f5a2eca7ea798e5c835cf66b6e327c8e

	genie: Accept accessibility and async modifiers on "construct" creation methods
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/1235

	gstreamer-base-1.0: Some parameter fixes
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/1255

2021-11-28  Nikola Hadžić  <NH000@nikolahadzic.in.rs>

	alsa: Add more API and fix a few things

2021-11-20  Rico Tzschichholz  <ricotz@ubuntu.com>

	codegen: Add missing check while overriding virtual async interface methods
	This fixes a couple of criticals and possibly faulty C code.

	In addition to fc246aa7f8cbc6cb176724246a0187e19fe91198

	See https://gitlab.gnome.org/GNOME/vala/issues/852

2021-11-18  Rico Tzschichholz  <ricotz@ubuntu.com>

	codegen: Check required length of enum type name for GType support
	Add corresponding tests for types which have support for GType

	vala: Check for unavailable value-type of variable initializer
	Regression of 6690ea0e3c6f0d81d849e13548efc8c0809149cc

	Fixes https://gitlab.gnome.org/GNOME/vala/issues/1253

2021-11-15  Rico Tzschichholz  <ricotz@ubuntu.com>

	codegen: Add and use CCodeConstantIdentifier for accessing constants
	If an address to a constant value is required then its identifier needs
	to be used instead of referring to a temporary copy.

	Fixes a regression of f1a8f2a4c6771124abd61fd0ebfa991c846575fe

	Found by -fsanitize=address

2021-11-11  Rico Tzschichholz  <ricotz@ubuntu.com>

	codegen: Emit constants without initializer list in defines section
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/440

	codegen: Use CCodeConstant for member access of constant symbol
	This broke assumptions in CCodeBaseModule.is_constant_ccode_expression()

	tests: Fix mixed up naming of base-type tests for classes

	tests: Add more "statement" tests for genie to increase coverage

2021-11-11  Yotam Nachum  <me@yotam.net>

	gtkmodule: Improve error message for invalid signal element in ui-file

2021-11-11  Rico Tzschichholz  <ricotz@ubuntu.com>

	tests: Add more "declaration" tests for genie to increase coverage

	genie: "exception" is the expected string for TokenType.ERRORDOMAIN

	genie: Properly handle plain "get" or "set" property accessors
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/1248

	genie: Accept INTERR token before type arguments when parsing type
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/1245

2021-11-11  Alistair Thomas  <astavale@yahoo.co.uk>

	genie: Amend text of indent and dedent for error messages
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/497

2021-11-11  Rico Tzschichholz  <ricotz@ubuntu.com>

	parser: Better handling of misplaced switch sections
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/1246

	parser: Split out Parser.parse_switch_section_statement()

	vala: Using SignalHandler.disconnect() is required for dynamic signals

	tests: Extend "dynamic" signal test to increase coverage

	girparser: Accept "sealed" for transformed records and compact classes

2021-11-11  Lorenz Wildberg  <lorenz@wild-fisch.de>

	vala: Improve error message for invalid handler of dynamic signal