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

	Release 0.46.3

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

	Regenerate GIR-based bindings to pick up copy/free attributes
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/863

	codegen: Use gtype-boxed API for structs with "g_boxed_free" attribute
	See https://gitlab.gnome.org/GNOME/vala/issues/863

	girparser: Add required copy/free attributes for gtype-boxed structs
	See https://gitlab.gnome.org/GNOME/vala/issues/863

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

	vapi: Perform syntax and semantic check for all bindings on "make check"

	vala: Don't issue a warning for non-public struct fields in bindings

	tokyocabinet: Fix deprecation warnings

	gnutls: Fix "use of possibly unassigned parameter" warnings

	avahi-client: Fix "use of possibly unassigned parameter" warnings

	xcb: Fix "missing return statement at end of subroutine body" errors

	vala: Fix compatible/disposable check between structs and their subtypes
	This fixes memory leaks due to missing copy/destroy and improperly created
	dup functions and allows direct assignment between structs and their
	subtypes.

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

	tests: Extend "fastvapi" test to increase coverage

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

	tests: Add dedicated "delegate without target through varargs" test

	codegen: Silence warning about copying if delegate doesn't carry its target

	codegen: Initialize delegate temp-var which is assigned by property getter
	Found by -Werror=maybe-uninitialized

	codegen: Preserve full access to delegate variables and its target/destroy cvalues
	Don't unconditionally set delegate_target_destroy_notify_cvalue to NULL for any
	variable access.

	glib-2.0: Set default_value attribute for GLib.pointer

	docs: Mention requirement of autoconf-archive as build-dependency

	ccode: Implicitly register declaration for added CCodeFunction
	This will prevent the user's vala source to override implicitly defined
	functions of vala's boilerblate for a type.

	codegen: Accept children after generating type specific declarations