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

	Release 0.40.1

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

	vapi: Update GIR-based bindings

	webkit2gtk-4.0: Update to 2.20.0

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

	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

	clutter-1.0: Avoid duplications of implemented interfaces

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

	posix: Add to_string to NLItem and add NLTime
	Patch based on https://github.com/elementary/calendar/blob/master/vapi/posix-extension.vapi

	Note: NLTime is actually a glibc'ism, but in the absence of a glibc.vapi, posix.vapi
	is an acceptable place. See also bug #793443.

2018-03-23  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

	gtk+-4.0: Update to 3.93.0+b01ee88f

	libgsf-1: Fix metadata warnings and Outfile.new_child*()

	libgsf-1: Switch to GIR and update to 1.14.42

	webkit-1.0: Update to 2.4.11

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

	gobject-2.0: Fix bootstrap with valac < 0.26

	gobject-2.0: Cherry-pick some changes from 0.42

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

	valadoc: Bump VALA_0_xx defines and glib_minor to match 0.40 series

	tests: Add basic GLib.Node test

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

	gtk+-4.0: Update to 3.93.0+f7326ff8

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

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

	gtk+-4.0: Update to 3.93.0+1a137377

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

	vapi: Add libgeoclue-2.0 bindings
	https://bugzilla.gnome.org/show_bug.cgi?id=794376

	gstreamer-1.0: Add gstreamer-webrtc-1.0 bindings

	gstreamer: Update to 1.13.91

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

	posix: Add Posix IPC (Message Queue, Named Semaphores, Shared Memory)

	posix: Add System V IPC (shared memory, semaphores, message queues)

	linux: Add constants from program_invocation_name(3)

	linux: Add psiginfo(3)

	posix: Add strsignal(3) and psignal(3)

	posix: Add perror(3)