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

	Release 0.38.9

	gstreamer: Cherry-pick some fixes from 0.40

	vala: Fix return-type of BasicBlock.get_successors()
	https://bugzilla.gnome.org/show_bug.cgi?id=794979

2018-03-28  Rico Tzschichholz  <ricotz@ubuntu.com>

	gdbus: Fix missing declaration of _fd_list for async methods
	https://bugzilla.gnome.org/show_bug.cgi?id=794566

	gtk+-4.0: Hide dedicated constructors of compact classes bound as structs
	https://bugzilla.gnome.org/show_bug.cgi?id=794733

	tests: Add GLib.ParamSpec tests to increase coverage

	glib-2.0: Use g_value_*et_schar instead of depecated g_value_*et_char
	g_value_get_char is broken on platforms where the char type is unsigned,
	such as ARM and PowerPC.

	gobject-2.0: Add ParamSpecGType

2018-03-26  Rico Tzschichholz  <ricotz@ubuntu.com>

	gtk+-*.0: Fix iter parameter of TextView.backward*/forward*/move_visually()
	Those methods are changing the passed iter structure and therefore it needs
	be marked as ref for vala taking this into account.

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

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

	posix: Include sys/sysmacros.h for major(), minor() and makedev()
	Relying on sys/types.h is fatal since glibc 2.27 and was deprecated since
	glibc 2.25.

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

	gobject-2.0: Cherry-pick some changes from 0.40

	webkit2gtk-4.0: Update to 2.20.0

	clutter-1.0: Avoid duplications of implemented interfaces

	tests: Add basic GLib.Node test

	gstreamer-1.0: Add gstreamer-webrtc-1.0 bindings

	gstreamer: Update to 1.13.91

	gstreamer-1.0: Update to 1.13.90

	codegen: Don't add target fields for captured delegates without target

	codegen: Don't add length fields for captured fixed-length array variables

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

	valadoc: Bump glib_minor to match 0.38 series

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

	gstreamer-1.0: Update to 1.13.1+

	gstreamer-1.0: Update to 1.13.1

	gtk+-4.0: Fix TreeView.is_blank_at_pos()

	gtk+-3.0: Fix TreeView.is_blank_at_pos()

2018-03-02  Luca Bruno  <lucabru@src.gnome.org>

	posix: Fix sig*set and sigprocmask parameters to be out/ref
	https://bugzilla.gnome.org/show_bug.cgi?id=727425

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

	purple: Update to 2.12.0

	vapi: Fix wrong attributes

	libgnome-menu-3.0: Add deps file

2018-03-02  Dr. Michael Lauer  <mickey@vanille-media.de>

	gitignore: ignore macOS metadata files

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

	codegen: Add source_reference to some store_local/_field() calls

	vala: The rank of an array-initializer should match the target's rank
	https://bugzilla.gnome.org/show_bug.cgi?id=744923

2018-03-02  Simon Werbeck  <simon.werbeck@gmail.com>

	Fix recursive declaration in generic base type
	https://bugzilla.gnome.org/show_bug.cgi?id=688732

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

	vala: Properly handle array-initializers inside struct-initializers
	https://bugzilla.gnome.org/show_bug.cgi?id=622178

	codegen: Don't append fixed-length of array fields in initializers

	valac: Always use the given "pkg-config" and respect PKG_CONFIG envar