2012-09-03  Jürg Billeter  <j@bitron.ch>

	Release 0.17.6

2012-09-03  Philip Withnall  <philip@tecnocode.co.uk>

	gobject-2.0: Mark parameter of WeakRef() and WeakRef.set() as nullable
	Fixes bug 683227.

2012-09-03  Marc-André Lureau  <marcandre.lureau@gmail.com>

	glib-2.0: Add g_utime binding
	Fixes bug 682115.

2012-08-29  Jamie McCracken  <jamie.mccrack@gmail.com>

	Genie: Fix functions can take only one Generic as argument (611191)

2012-08-24  Jürg Billeter  <j@bitron.ch>

	Accept non-automatic properties with default value
	The default value is passed to the GParamSpec. The property will not
	implicitly be set to the default value during object construction
	unless it is a construct property.