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

	Release 0.17.7

	codegen: Do not use deprecated functions for lock statements
	Fixes bug 662810.

2012-09-16  Robert Ancell  <robert.ancell@canonical.com>

	gtk+-3.0: Gtk.TextBuffer.create_tag should allow null tag name
	Fixes bug 684069.

2012-09-16  Rico Tzschichholz  <ricotz@t-online.de>

	pango: set AttrIterator free_function

2012-09-16  Evan Nemerson  <evan@coeus-group.com>

	girparser: add cname for constructors not prefixed with new_

	bindings: update GIR-based bindings.

	clutter-1.0: upgrade to 1.11.15

	linux: make backtrace_symbols return unowned
	You are supposed to free() the result of backtrace_symbols, but not
	each element in the array.  The current binding will free each element
	which will likely result in a crash.  Since we don't currently support
	owned arrays of unowned values (bug #571486), making the whole thing
	unowned and leaking (unless you call free manually) is the best we can
	do right now.

2012-09-15  Jamie McCracken  <jamie.mccrack@gmail.com>

	x11: Add missing XA_STRING atom

	GENIE: Updated genie to include fixes from vala parser

2012-09-12  Rico Tzschichholz  <ricotz@t-online.de>

	add libgnome-menu-3.0 bindings

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

	codegen: Fix memory management when assigning to captured parameters
	Fixes bug 683646.

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

	codegen: Fix memory leak with owned delegate parameters in async methods
	Fixes bug 683600.

2012-09-05  Evan Nemerson  <evan@coeus-group.com>

	gtk+-3.0: mark ResizeMode.IMMEDIATE as deprecated
	Fixes bug 679771.

	gtk+-3.0: mark deprecated symbols as such

2012-09-04  Daiki Ueno  <ueno@unixuser.org>

	x11: Add GenericEvent bindings
	Fixes bug 683310.