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

	Release 0.41.92

	manual: Update from wiki.gnome.org

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

	vala: Don't bail early on property with not supported default value
	This avoids independent consequential errors.

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

	gstreamer: Update from 1.15+ git master

	webkit2gtk-4.0: Update to 2.21.91

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

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

2018-08-13  Abderrahim Kitouni  <akitouni@gnome.org>

	build: Correctly quote square brackets in regular expression
	Square brackets are quotation characters in autoconf, and need to be
	further quoted to appear in the resulting script.

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

	codegen: Fix floating reference regression with Variants
	Let ConditionalExpression sink floating references.

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

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

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