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

	Release 0.46.2

	gtk4: Constructors of Gtk.MediaFile needs to be static functions

	gtk4: Update to 3.96.0+bcea9652

	gstreamer: Update from 1.17.0+ git master

	vala: Perform stricter compatibility check for delegates
	This currently requires to consider compatible delegates as equal.

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

	vala: Allow to override virtual interface implementations
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/852

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

	vala: Output "params" qualifier of parameters

	vala: Report dedicated error message for params-array parameter mismatch

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

	tests: Add "main block" parser test to increase coverage

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

	tests: Extend preprocessor-vala test with VALA_0_46

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

	tests: Add invalid "parser" tests to increase coverage

	tests: Add "qualified member/symbol access" tests to increase coverage

2019-09-22  Rico Tzschichholz  <ricotz@ubuntu.com>

	gio-unix-2.0: Fix DesktopAppInfo.get_string(), UnixFDMessage.steal_fds()
	... and DesktopAppInfoLookup.get_default_for_uri_scheme()

	Additionally adjust some header references.

	Directly use "memmove()" while g_memmove() is deprecated since 2.40

	gobject-2.0: Some cherry-picking from GIR generated binding

	valadoc: Explicitly pass --pkg libgvc
	... to deal with a race with valadoc@PACKAGE_SUFFIX@.deps generation

	Revert "libvaladoc: Include valadoc@PACKAGE_SUFFIX@.deps into tarball"
	This reverts commit 53b09d40ae78f119e4efc853663db43b9a1ff7b8.

2019-09-18  Arnaud Bonatti  <arnaud.bonatti@gmail.com>

	glib-2.0: DateTime.from_iso8601() can take a null TimeZone

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

	libvaladoc: Include valadoc@PACKAGE_SUFFIX@.deps into tarball
	While valadoc@PACKAGE_SUFFIX@.vapi is included there is no reason to
	exclude this one.