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

	Release 0.48.24

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

	codegen: Drop confusing warning when accessing interface members
	Making assumptions for member access using the current class is not correct.

	Introduced by 0aace7bd6d3ec72e77f4eabbb7d5fffd3b2e86a8

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

	tiff: Fix a few binding errors

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

	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-03-21  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.

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

	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()

	vapi: gtk4-unix-print is GIR-based

	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

	tests: Add more Werror=... flags

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

	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-03-20  Rico Tzschichholz  <ricotz@ubuntu.com>

	vala: Catch and throw possible inner error of lock statements
	See 40c1dbfbfedb6c4a6b88df045eb1c2e7bdd38d93

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