2011-04-03  Jürg Billeter  <[email protected]>

       Release 0.12.0

2011-04-03  Marco Trevisan (Treviño)  <[email protected]>

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

2011-04-02  Jürg Billeter  <[email protected]>

       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  <[email protected]>

       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  <[email protected]>

       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  <[email protected]>

       x11: Fix typo

2011-03-30  Ryan Lortie  <[email protected]>

       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  <[email protected]>

       Fix DelegateType.copy

       girwriter: Set scope for callback parameters of async methods

2011-03-27  Jürg Billeter  <[email protected]>

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

2011-03-27  Luca Bruno  <[email protected]>

       codegen: Fix leak when destroying null terminated arrays

2011-03-26  Michael 'Mickey' Lauer  <[email protected]>

       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  <[email protected]>

       gtk+-3.0: Update to 3.0.5

2011-03-23  Jürg Billeter  <[email protected]>

       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  <[email protected]>

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

2011-03-23  Ryan Lortie  <[email protected]>

       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  <[email protected]>

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

2011-03-22  Jürg Billeter  <[email protected]>

       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  <[email protected]>

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

2011-03-20  Luca Bruno  <[email protected]>

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

       Fixes bug 644974.

2011-03-20  Marco Trevisan (Treviño)  <[email protected]>

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

2011-03-19  Robert Ancell  <[email protected]>

       posix: Support handling SA_SIGINFO with sigaction
       Closes bug 633769

2011-03-19  Oliver Sauder  <[email protected]>

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

2011-03-17  Michal Hruby  <[email protected]>

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

2011-03-17  Luca Bruno  <[email protected]>

       glib-2.0: Fix KeyFile get_comment and set_comment bindings