2010-09-04 Jürg Billeter Release 0.9.8 codegen: Fix lcopy_value function generated for fundamental classes codegen: Fix preconditions in asynchronous methods 2010-09-04 BianShaoLei posix: Fix SockAddr cname. Fixes bug 628470. 2010-09-04 Luca Bruno webkit-1.0: Mark WebKitWebView::create_web_view return value as owned. Fixes bug 625569. 2010-09-04 Jakob Westhoff gtk+-2.0, gtk+-3.0: Make gtk_image_set_from_pixmap parameters be nullable. Fixes bug 627778. 2010-09-04 Luca Bruno gio-2.0: GLib.Icon.to_string() return value is not unowned Fixes bug 628119. 2010-09-04 Evan Nemerson gio-2.0: Make Application.quit_with_data.platform_data nullable. 2010-09-04 Jürg Billeter dova: Do not generate empty type structs for interfaces 2010-09-04 Evan Nemerson glib-2.0: Fix Variant.dup_string binding. codewriter: Correctly write deprecated replacement attributes. 2010-09-04 Jürg Billeter vapigen: Fix chain up warning in subclasses of generated bindings Fix writing of construct_function attribute Fix assignment to construct properties Based on patch by Marc-André Lureau, fixes bug 624259. 2010-09-04 Luca Bruno gtk+-2.0, gtk+-3.0: Make Gtk.Menu.attach_to_widget.detacher nullable. Fixes bug 626580. 2010-09-04 Jürg Billeter Fix error handling for character literals vapigen: Replace use of string.len () by string.length glib-2.0: Deprecate string.len () in favor of string.length 2010-08-21 Luca Bruno Support implicit GValue conversion when assigning to properties Thanks to Michal Hruby for the test case. Fixes bug 620706. Extend signal details to support string expressions Fixes bug 566909. 2010-08-21 Evan Nemerson valac: Add --fatal-warnings option Fixes bug 615708. 2010-08-21 Jürg Billeter Fix memory leak when freeing nullable structs without free function Based on patch by Geert Jordaens, fixes bug 571264. D-Bus: Add missing gio.h include for GDBus clients Use relative path as specified on the command-line in error messages Fixes bug 591683. Deprecate use of D-Bus GLib GDBus should be used instead. 2010-08-20 Luca Bruno Fix ellipsis parameter position in generated methods Fixes bug 620673. Add mutex field in priv structures for properties Fixes bug 625200. 2010-08-20 Evan Nemerson Fix handling of exceptions in property accessors Fixes bug 627090. 2010-08-20 Luca Bruno Honor array_length_type when generating method parameters Based on patch by Sam Thursfield, fixes bug 621830. Support abstract/virtual delegate properties with target Fixes bug 623888. 2010-08-20 Carlo Teubner Fix crash on invalid switch expression Fixes bug 626397. 2010-08-20 Jürg Billeter Call ref_sink also on result of Object.newv if necessary 2010-08-20 Luca Bruno Fix ref_sink of Gtk.Window created with GLib.Object.new Fixes bug 618750. 2010-08-20 Jürg Billeter Fix passing real non null struct arguments to vararg methods Based on patch by Luca Bruno, fixes bug 625758. 2010-08-20 Evan Nemerson vapigen: Allow metadata to specify the type_name of properties. 2010-08-20 Florian Brosch rasqal: add *.deps-file sdl-gfx, sdl-image, sdl-mixer, sdl-net, sdl-ttf: add .deps-files 2010-08-20 Evan Nemerson glib-2.0: Add g_int64_hash and g_int64_equal bindings. 2010-08-20 Jürg Billeter dova: Add support for [NoThrow] methods