2012-09-16 Jürg Billeter Release 0.17.7 codegen: Do not use deprecated functions for lock statements Fixes bug 662810. 2012-09-16 Robert Ancell gtk+-3.0: Gtk.TextBuffer.create_tag should allow null tag name Fixes bug 684069. 2012-09-16 Rico Tzschichholz pango: set AttrIterator free_function 2012-09-16 Evan Nemerson 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 x11: Add missing XA_STRING atom GENIE: Updated genie to include fixes from vala parser 2012-09-12 Rico Tzschichholz add libgnome-menu-3.0 bindings 2012-09-09 Jürg Billeter codegen: Fix memory management when assigning to captured parameters Fixes bug 683646. 2012-09-08 Jürg Billeter codegen: Fix memory leak with owned delegate parameters in async methods Fixes bug 683600. 2012-09-05 Evan Nemerson gtk+-3.0: mark ResizeMode.IMMEDIATE as deprecated Fixes bug 679771. gtk+-3.0: mark deprecated symbols as such 2012-09-04 Daiki Ueno x11: Add GenericEvent bindings Fixes bug 683310.