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

	Release 0.44.1

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

	vapi: Update GIR-based bindings

	gtk4: Update to 3.94.0+f14d998c

	gstreamer: Update from 1.15.2+ git master

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

	libgvc: Some additions and ownership/return-type fixes

	libvaladoc: Don't try to create a Content.ListItem when there is none

	glib-2.0: Add string.validate_len() since 2.60

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

	vte-2.90: Mark as deprecated, it was replaced by vte-2.91

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

	parser: Implicit creation method of abstract classes must be protected

	Mark defined constructors of abstract classes as protected

	gio-2.0: SocketAddress.from_native() is a factory method not a constructor

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

	vala: Allow assignment of 0U to enum types
	Don't restrict unsigned 0 literal to flags-enums though.

	ccodegen: Use unsigned default value for flags-enum

	tests: Add "method ccode return-type" test to increase coverage
	https://bugzilla.gnome.org/show_bug.cgi?id=699956

	tests: Extend "struct with delegate" test to increase coverage

	gsignal: Move disconnect error from signal-module to semantic-analyzer pass
	Add corresponding invalid test to increase coverage

	gsignal: Use guint to represent flags-enum in custom GMarshalFunc

	tests: Extend "detailed signal" test to increase coverage

	gsignal: get_detail_cexpression/get_signal_name_cexpression must not be null