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

	Release 0.36.12

	manual: Update from wiki.gnome.org

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

	Don't warn about unused internal methods which are meant to be visible on DBus
	https://bugzilla.gnome.org/show_bug.cgi?id=593902

	gio-2.0: Cherry-pick some DBusProxy fixes from 0.40

	gdk-3.0,gtk+-3.0: Update to 3.22.27

	gstreamer-1.0: Cherry-pick some fixes from 0.38

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

	compiler: Prefix headers for set_cheader_override() if includedir is given
	We need to account for changes done by SourceFile.get_cinclude_filename()

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

	codegen: Avoid critical when connecting dynamic signals

	codegen: Fix GDestroyNotify of delegate parameters in delegate declaration
	delegate void Func (owned Func func);

	incompatible pointer type: expected ‘void (**)(void *)’ but argument is
	of type ‘GDestroyNotify {aka void (*)(void *)}’

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

	tests: Add various regression "codegen" tests to increase coverage

	tests: Add "destructors" test to increase coverage