2019-10-09 Rico Tzschichholz Release 0.44.9 gtk+-3.0: Fix ownership mismatch of ColorButton.rgba property-accessor Regression of 9a5cc9e58e160d8bb5308fe5bfc8b433d8c269f5 in combination with our gtk+-3.0 metadata: // Keep properties non-abstract as before *#interface.*#property abstract=false Fixes https://gitlab.gnome.org/GNOME/vala/issues/844 Regenerate GIDL-based bindings to fix getter ownership of struct properties Regenerate GIR-based bindings to fix getter ownership of struct properties vala: Trust "value_owned" when writing property getter 2019-10-08 Rico Tzschichholz Regenerate GIR-based bindings to pick up copy/free attributes Fixes https://gitlab.gnome.org/GNOME/vala/issues/863 codegen: Use gtype-boxed API for structs with "g_boxed_free" attribute See https://gitlab.gnome.org/GNOME/vala/issues/863 girparser: Add required copy/free attributes for gtype-boxed structs See https://gitlab.gnome.org/GNOME/vala/issues/863 2019-10-05 Rico Tzschichholz vapi: Perform syntax and semantic check for all bindings on "make check" vala: Don't issue a warning for non-public struct fields in bindings tokyocabinet: Fix deprecation warnings gnutls: Fix "use of possibly unassigned parameter" warnings avahi-client: Fix "use of possibly unassigned parameter" warnings xcb: Fix "missing return statement at end of subroutine body" errors vala: Fix compatible/disposable check between structs and their subtypes This fixes memory leaks due to missing copy/destroy and improperly created dup functions and allows direct assignment between structs and their subtypes. Fixes https://gitlab.gnome.org/GNOME/vala/issues/861 tests: Add dedicated "delegate without target through varargs" test codegen: Silence warning about copying if delegate doesn't carry its target codegen: Initialize delegate temp-var which is assigned by property getter Found by -Werror=maybe-uninitialized codegen: Preserve full access to delegate variables and its target/destroy cvalues Don't unconditionally set delegate_target_destroy_notify_cvalue to NULL for any variable access. glib-2.0: Set default_value attribute for GLib.pointer docs: Mention requirement of autoconf-archive as build-dependency ccode: Implicitly register declaration for added CCodeFunction This will prevent the user's vala source to override implicitly defined functions of vala's boilerblate for a type. codegen: Accept children after generating type specific declarations gtk4: Constructors of Gtk.MediaFile needs to be static functions gtk4: Update to 3.96.0+bcea9652 vala: Allow to override virtual interface implementations Fixes https://gitlab.gnome.org/GNOME/vala/issues/852 vala: Output "params" qualifier of parameters vala: Report dedicated error message for params-array parameter mismatch tests: Add more "invalid expression" tests to increase coverage tests: Add "main block" parser test to increase coverage tests: Extent "post-condition" creation method test to increase coverage tests: Add invalid "parser" tests to increase coverage tests: Add "qualified member/symbol access" tests to increase coverage gio-unix-2.0: Fix DesktopAppInfo.get_string(), UnixFDMessage.steal_fds() ... and DesktopAppInfoLookup.get_default_for_uri_scheme() Additionally adjust some header references. Directly use "memmove()" while g_memmove() is deprecated since 2.40 gobject-2.0: Some cherry-picking from GIR generated binding valadoc: Explicitly pass --pkg libgvc ... to deal with a race with valadoc@PACKAGE_SUFFIX@.deps generation