2022-03-04  Rico Tzschichholz  <ricotz@ubuntu.com>

	Release 0.55.91

	vapi: Regenerate GIR-based bindings to pick up previously skipped delegate parameters

	girparser: Don't count instance-parameter when checking for backwards closure reference
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/721

2022-02-28  Rico Tzschichholz  <ricotz@ubuntu.com>

	gstreamer-video-1.0: Fix a few binding errors

	gstreamer-base-1.0: Fix a few bindings errors

	gstreamer-audio-1.0: Fix a few binding errors

	gst-editing-services-1.0: Fix BaseEffect.set_time_translation_funcs()

	gtk4: Fix content_deserialize_async()

	libgrss: Fix FeedItem.get_geo_point() parameters

	libarchive: Fix a few binding errors

	libgsf-1: Fix a few binding errors

	girparser: Add support for "copy_/free_function" metadata for compact classes

	girparser: Handle duplicated and unnamed symbols
	Issue warnings and skip such symbols to avoid errors on vala's side.

2022-02-26  Princeton Ferro  <princetonferro@gmail.com>

	g-i: Update gidl binding to include type hierarchy
	The IdlNode* classes should be declared as subclasses of IdlNode, that
	way the compiler can be sure that casting from an IdlNode is safe.