2017-06-26 Rico Tzschichholz Release 0.34.9 manual: Update from wiki.gnome.org girwriter: Write length-parameters of arrays with rank > 1 https://bugzilla.gnome.org/show_bug.cgi?id=758019 girparser: Fix parsing of delegate-alias without target "has_target" is a ccode-attribute-based property, so don't explicitly set it and rely on attribute-list-copy. Otherwise there will a fatal duplicated CCode attribute. 2017-06-18 Rico Tzschichholz codegen: Nullable ValueType requires POINTER as marshaller signature This is missing in https://bugzilla.gnome.org/show_bug.cgi?id=758816 https://bugzilla.gnome.org/show_bug.cgi?id=783897 2017-06-15 Luca Bruno codegen: Fix finally blocks with async yields The Method.yield_count is not correct because in C the finally blocks may be emitted twice. Preserve API/ABI for this backport to 0.34.x https://bugzilla.gnome.org/show_bug.cgi?id=741929 2017-06-08 Daniel Espinosa compiler: Add --gresourcesdir option In case a gresources.xml is located in a different directory than its corresponding resources, --gresourcesdir will add additional search locations for UI files of Gtk+ templates. https://bugzilla.gnome.org/show_bug.cgi?id=783133 2017-06-08 Rico Tzschichholz gio-2.0: Use default 'length = null' for DataInputStream.read_line_utf8* https://bugzilla.gnome.org/show_bug.cgi?id=783351 gobject-2.0: Add GLib.ParamSpecPointer gobject-2.0: Add a bunch of missing symbols Additions for ObjectClass, Type, TypeClass, TypeInterface are based on patch by therebedragons111 https://bugzilla.gnome.org/show_bug.cgi?id=771828 tests: Add some constructor tests glib-2.0: Always use valid version-string for Version.deprecated_since glib-2.0: Mark delegates in Test.add_data_func/add_func() as scope=async https://bugzilla.gnome.org/show_bug.cgi?id=739725 glib-2.0: Add missing format-string parameter in string.scanf() glib-2.0: Add bindings for GPOINTER_TO_* as from_pointer() gdbus: Don't leak nested HashTable on deserialization Additionally make sure types derived from string are freed, e.g. ObjectPath https://bugzilla.gnome.org/show_bug.cgi?id=782719 tests: Additional basic-types tests for dbus poppler-glib: Update to 0.54.0 vala: Don't warn about deprecated symbols if installed_version is older 2017-06-08 Marvin W vala: Handle non-null in coalescing expression https://bugzilla.gnome.org/show_bug.cgi?id=611223 testrunner: Respect given VALAFLAGS https://bugzilla.gnome.org/show_bug.cgi?id=611223 2017-06-08 Magomed Abdurakhmanov scanner: Fix calculation of column value for tokens after multiline comment https://bugzilla.gnome.org/show_bug.cgi?id=652899 2017-06-08 Rico Tzschichholz codegen: Unref GLib.AsyncResult on uncaught errors in coroutines Ignoring the warning of uncaught error in async methods resulted in leaking a reference to the scopes GLib.AsyncResult. https://bugzilla.gnome.org/show_bug.cgi?id=641171