2017-05-02  Rico Tzschichholz  <ricotz@ubuntu.com>

	Release 0.34.8

2017-04-27  Rico Tzschichholz  <ricotz@ubuntu.com>

	manual: Update from wiki.gnome.org

	vala: Enums require at least one value otherwise report an error

2017-04-27  David Lechner  <david@lechnology.com>

	gio-2.0: Fix async DBusObjectManagerClient.new/new_for_bus constructors
	Passing null is allowed for get_proxy_type_func parameter.

	https://bugzilla.gnome.org/show_bug.cgi?id=739100

2017-04-19  Rico Tzschichholz  <ricotz@ubuntu.com>

	gio-2.0: Tweak metadata to avoid duplicated interface dependencies

	gio-2.0: Fix GLib.Task.report_error/report_new_error()

	gio-2.0: Fix GLib.Task constructor
	https://bugzilla.gnome.org/show_bug.cgi?id=781449

2017-04-17  Rico Tzschichholz  <ricotz@ubuntu.com>

	glib-2.0: Add quark() functions to errordomains

	build: Add missing '\'

	build: vapigen and vapicheck don't require ccode

	gtk+-2.0,gtk+-3.0: Mark "intersection" param of Widget.intersect() as out

	gstreamer-1.0: Fix Pad.set_*_function() bindings
	https://bugzilla.gnome.org/show_bug.cgi?id=750838

	girparser: Add destroy argument for metadata
	https://bugzilla.gnome.org/show_bug.cgi?id=750838

	codegen: Don't leak target-reference when casting/assigning owned delegates
	Regression of 6d07669384cdb70c3c657dba67d5048212f25da9

	https://bugzilla.gnome.org/show_bug.cgi?id=780426

	codegen: Fix delegate initializer for instance fields
	Set delegate-target to "self" which is available in *_instance_init().

	https://bugzilla.gnome.org/show_bug.cgi?id=683925

	vala: Slightly improve lamdba-expression error on target-type mismatch

	vala: Perform arguments-check against actual .end() method-signature
	This results in error message referring to the actual expected signature.

	https://bugzilla.gnome.org/show_bug.cgi?id=684208

2017-04-17  Marvin W  <git@larma.de>

	method: Always consider compatible with itself
	This is even the case with unresolved types.

	https://bugzilla.gnome.org/show_bug.cgi?id=773135