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

	Release 0.44.2

	Add explicit "default: break;" statements for coverage of enum-typed switch

	libvaladoc: Handle missing Run.Style.NONE in switch

	libvaladoc: Handle missing Content.List.Bullet.ORDERED in switch

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

	gtk4: Update to 3.94.0+f273eca7

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

	codegen: Implement silent-cast for GLib.Variant
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/767

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

	codegen: Don't create special GArray clear-func for non-null structs
	Based on patch by Jakub Kaszycki

	codegen: Move try_cast_variant_to_type() to GVariantModule.visit_cast_expression()

	codegen: Move get_type_signature() to DataType

	gstreamer-1.0: Fix TypeFind and TypeFindFactory method references

	gobject-introspection-1.0: Fix TypeInfo and TypeTag method references
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/778

	girparser: Create correct output in get_default_lower_case_suffix()
	It must match the output of CCodeAttribute.get_default_lower_case_suffix()

	Add metadata support to set lower_case_csuffix

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

	vala: Report error for unsupported operator instead of assertion

	tests: Add "struct (un)boxing" variant test

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

	codegen: Use available *_unref functions in G_DEFINE_AUTOPTR_CLEANUP_FUNC
	Compact classes might have a unref_function in external packages. Therefore
	subclassing them resulted in an errornous reference to free_function.

	codegen: Move implicit GValue cast for comparison to BinaryExpression
	Handle "==" and "!=" only as it was done before.

	This generates correct c-code for boxed simple-types and will perform
	value-based comparisons.

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

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

	vapi: Update GIR-based bindings

	gstreamer: Update from 1.15.2+ git master

	gio-2.0: Revert enum-typed flags parameters in Socket API
	See https://gitlab.gnome.org/GNOME/glib/merge_requests/728

	codegen: Resolve generics in sizeof-expression of parameter initializer

2019-03-25  Corentin Noël  <corentin@elementary.io>

	tests: Add more invalid "assignment" tests to increase coverage

	tests: Add a field starting with a digit test

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

	tests: Add some invalid "array slice" tests to increase coverage

	glib-2.0: Don't annotate dedicated GLib.assert_*() functions with [Assert]
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/769

	vala: Variadic parameters are not supported for async methods