2019-03-03  Rico Tzschichholz  <ricotz@ubuntu.com>

	Release 0.43.92

2019-03-01  Rico Tzschichholz  <ricotz@ubuntu.com>

	tests: Extent "post-condition" method test to increase coverage

	vapi: Update GIR-based bindings

	gtk4: Update to 3.94.0+b4ae491b

	codegen: Include "glib-object.h" for typeof expression

	vala: Don't ignore qualified parent when inferring type of enum member
	Regression of 33c91a04f758c89f0402994a6df894e6c2032def

	https://bugzilla.gnome.org/show_bug.cgi?id=666035

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

	vala: Correctly perform compatibility check of array length-type
	Regression of 36671ae5def89b46384e627a467247c834948254

	https://gitlab.gnome.org/GNOME/vala/issues/607

2019-02-27  Rico Tzschichholz  <ricotz@ubuntu.com>

	girwriter: Always use get_gir_name() for TypeSymbols

	codegen: Respect finish[_vfunc]_name attributes defined in vala sources

	codegen: Replace gvaluecollector_h_needed with dedidated add_include() calls

2019-02-26  Rico Tzschichholz  <ricotz@ubuntu.com>

	poppler-glib: Update to 0.74

	tests: Extent "girwriter" test to increase coverage

	girwriter: Support transfer-ownership="container" for arrays

	genieparser: Don't create VoidType unconditionally

2019-02-26  Alistair Thomas  <astavale@yahoo.co.uk>

	genie: Allow the main function "init" to return an integer as exit status
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/402

	tests: Add some Genie tests to increase coverage

	testrunner: Add support for Genie source files (.gs)

2019-02-25  Rico Tzschichholz  <ricotz@ubuntu.com>

	gobject-2.0: Add SignalHandler.disconnect_by_data()

2019-02-24  Rico Tzschichholz  <ricotz@ubuntu.com>

	codegen: Respect array_length_cname attribute for global fields

	codegen: Add get_variable_array_length_cname() and use as possible
	This also replaces get_parameter_array_length_cname()

	codegen: Replace if-else-tree with switch in visit_binary_expression()

	codegen: Replace if-else-tree with switch in visit_unary_expression()

	tests: TypeModule allows registering static types since 2.56
	This prevents fatal runtime testing.

2019-02-23  Rico Tzschichholz  <ricotz@ubuntu.com>

	tests: Add "custom types" struct tests to increase coverage

	tests: Add "constructor chain up" generics test to increase coverage

	tests: Add "null-terminated array" delegate test to increase coverage

	tests: Add "struct in array" test to increase coverage

	tests: Add "to_string" enum test to increase coverage

	tests: Add "ModuleInit" test to increase coverage

	codegen: Only emit declaration of *_register_type if needed
	This allows to add a test case for ModuleInit with -Werror=redundant-decls

	codegen: Allow to associate CCodeFile to actual SourceFile

	codegen: Rename to CCodeMethodCallModule.generate_enum_to_string_function()