2018-08-11  Rico Tzschichholz  <ricotz@ubuntu.com>

	Release 0.41.91

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

	glib-2.0: Add (u)long.parse/try_parse()
	https://gitlab.gnome.org/GNOME/vala/issues/649

2018-08-09  Rico Tzschichholz  <ricotz@ubuntu.com>

	Use dedicated version api of libvala internally as well

	vala: Add consts/methods to retrieve and check library version
	https://gitlab.gnome.org/GNOME/vala/issues/304

	gdk-3.0: Atom is an IntegerType

	tests: Add invalid test for "unsupported stacked arrays"

	tests: No, really, stacked arrays are not supported

	vapi: Regenerate GIR-based bindings to fix unsupported type-arguments

	girparser: Actually resolve type-arguments to be able to box them if needed

2018-08-08  Rico Tzschichholz  <ricotz@ubuntu.com>

	Replace `%s` with `%s' in format strings of output messages

2018-08-05  Rico Tzschichholz  <ricotz@ubuntu.com>

	gtk+-4.0: Update to 3.94.0+4e868584

	gtk+-3.0: Update to 3.23.2+6b6e53fd

	gstreamer: Update from 1.15+ git master

2018-08-02  Rico Tzschichholz  <ricotz@ubuntu.com>

	tests: Deal with libtool differences resulting in lt-valac vs valac in vapi

2018-08-01  Rico Tzschichholz  <ricotz@ubuntu.com>

	tests: Add "gtktemplate" test to increase coverage

	tests: Add "girwriter" test to increase coverage
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/158

	tests: Add more "method" tests to increase coverage

2018-08-01  Carlos Garnacho  <carlosg@gnome.org>

	codegen: Free errors after returning them on the GDBusMethodInvocation
	Those are being leaked otherwise.

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

2018-07-30  Rico Tzschichholz  <ricotz@ubuntu.com>

	codegen: Call ref_sink on objects passed to generic type
	Regression of 6f1d0947bed9260436e7d2da18977b3925cdb0bd

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

2018-07-27  Rico Tzschichholz  <ricotz@ubuntu.com>

	glib-2.0: Add Array.remove*() wrapper to avoid leaking generic elements