2011-04-03  Jürg Billeter  <j@bitron.ch>

	Release 0.12.0

2011-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	D-Bus: Avoid invalid C code when using reserved names as parameters
	Fixes bug 643744.

2011-04-02  Jürg Billeter  <j@bitron.ch>

	codegen: Fix use of property assignments as subexpressions
	Fixes bug 640171.

	glib-2.0: Add string.get_next_char
	Fixes bug 645150.

	codegen: Fix array size variable on assignment
	The array size of the right-hand side should not be used as the copy may
	have a different size.

	Fixes bug 646294.

	glib-2.0: Add g_unichar_ismark binding

2011-04-02  Luca Bruno  <lucabru@src.gnome.org>

	codegen: Fix look-up of next closure block
	Methods that are not closures don't capture parent blocks.

	Fixes bug 646345.

2011-03-31  Michael 'Mickey' Lauer  <mickey@vanille-media.de>

	linux: start with binding the Wireless Extension API (WEXT) infrastructure

	linux: bind IFNAMSIZ from linux/if.h to fix net/if.h conflict
	add necessary netinet/in.h include to Linux.Network.IfReq

2011-03-30  Alexander Kurtz  <kurtz.alex@googlemail.com>

	x11: Fix typo

2011-03-30  Ryan Lortie  <desrt@desrt.ca>

	GDBusConnection.call 'reply_type' is nullable

	GVariant binding: add get_child() method

	GActionGroup bindings: add some metadata

	gidl parser: add interface type_cname attribute
	This is how to specify eg. GActionIface vs. GActionInterface

2011-03-29  Jürg Billeter  <j@bitron.ch>

	Fix DelegateType.copy

	girwriter: Set scope for callback parameters of async methods

2011-03-27  Jürg Billeter  <j@bitron.ch>

	codegen: Fix freeing on assignment to fields of generic type
	Fixes bug 645773.

2011-03-27  Luca Bruno  <lucabru@src.gnome.org>

	codegen: Fix leak when destroying null terminated arrays

2011-03-26  Michael 'Mickey' Lauer  <mickey@vanille-media.de>

	linux: add ioctls and structures for n_gsm
	n_gsm is a new line discipline that implements the 3GPP 07.10
	multiplexing protocol in the kernel.

	linux: add makedev(3), major(3), and minor(3)

2011-03-24  Jürg Billeter  <j@bitron.ch>

	gtk+-3.0: Update to 3.0.5

2011-03-23  Jürg Billeter  <j@bitron.ch>

	gio-2.0: Fix g_data_input_stream_read_line_finish binding
	Fixes bug 639211.

	D-Bus: Emit cast to avoid C warning for signal handling in clients

	D-Bus: Remove extra semicolon to avoid C warning

	D-Bus: Add missing string.h includes

2011-03-23  Luca Bruno  <lucabru@src.gnome.org>

	codegen: Always call _finish() after yield
	Fixes bug 645606.

2011-03-23  Ryan Lortie  <desrt@desrt.ca>

	glib binding: mark VariantType [Immutable]
	This gets us proper behaviour with respect to functions that return
	unowned VariantType (which is 'const GVariantType *' in C).

2011-03-23  Jürg Billeter  <j@bitron.ch>

	girwriter: Skip methods with va_list parameters
	gobject-introspection does not currently support va_list parameters.

2011-03-22  Jürg Billeter  <j@bitron.ch>

	D-Bus: Support DBus.signature attribute for struct fields
	Fixes bug 645528.

	vte: Update to 0.27.90
	Fixes bug 627410.

	codegen: Fix freeing of owned parameters
	Fixes bug 645177.

2011-03-20  tfischer  <tfischer@ridgerun.com>

	posix: Add setlogmask() and LOG_UPTO().
	Fixes bug 645189.

2011-03-20  Luca Bruno  <lucabru@src.gnome.org>

	gio-2.0: Fix InetAddress.from_bytes bindings
	Based on patch by Robert Ancell.

	Fixes bug 644974.

2011-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	gio-2.0: Fix Bus.own_name and own_name_on_connection bindings.

2011-03-19  Robert Ancell  <robert.ancell@canonical.com>

	posix: Support handling SA_SIGINFO with sigaction
	Closes bug 633769

2011-03-19  Oliver Sauder  <os@esite.ch>

	gdk-2.0, gdk-3.0: Fix atom name bindings
	https://bugzilla.gnome.org/show_bug.cgi?id=645215

2011-03-17  Michal Hruby  <michal.mhr@gmail.com>

	gtk+-2.0, gtk+-3.0: Fix more clipboard-related bindings
	Fixes bug 645071.

2011-03-17  Luca Bruno  <lucabru@src.gnome.org>

	glib-2.0: Fix KeyFile get_comment and set_comment bindings