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

	Release 0.36.16

	vapi: Update GIDL-based bindings to fix unsupported type-arguments

	codewriter: Prepend "yield" if is_yield_expression is set on MethodCall/ObjectCreationExpression

2018-09-24  Alistair Thomas  <astavale@yahoo.co.uk>

	glib-2.0: Set DateTime.now () to use local time zone as the default

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

	vala: Check if ArrayType supports its given element-type in analyzer pass

	codegen: Fix typo in is_pure_ccode_expression()
	Note that this method is not used anymore and should likely be dropped.

	Introduced with e086fada22eb7221cdbe34d7d4ac41445a50130a

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

	g-i: Fix use after free in scanner
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/674

	x11: Add binding for XCreateSimpleWindow

	libxml-2.0: Add missing context parameter in OutputWriteCallback

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

	gstreamer: Cherry-pick some fixes from 0.40

	gtk+-3.0: Update to 3.24.0

	pango: Fix ownership of LayoutIter.get_line()

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

	manual: Update from wiki.gnome.org

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

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

	gtk+-3.0: Update to 3.23.2+6b6e53fd

	glib-2.0: Add missing return of Queue.remove*() and add HashTable.foreach_steal()

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

	glib-2.0: Variant.byte() takes an uint8 argument

	codegen: Call ref_sink on Object.new_valist/new_with_properties if needed

2018-08-20  Alistair Thomas  <astavale@yahoo.co.uk>

	vala: Allow read-only properties
	See https://gitlab.gnome.org/GNOME/vala/merge_requests/10

2018-08-20  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-08-20  Rico Tzschichholz  <ricotz@ubuntu.com>

	codegen: Add source_reference to unsupported floating reference error