2019-07-16 Rico Tzschichholz Release 0.44.6 2019-07-14 Rico Tzschichholz gtk4: Update to 3.96.0+b05d1676 glib-2.0: Fix RecMutexLocker binding glib-2.0: Add binding for g_strv_equal() (since 2.60) codegen: Real structs are allowed by simple generics and passed as reference Add the required pointer-indirections to fix invalid memory accesses. Fixes https://gitlab.gnome.org/GNOME/vala/issues/819 2019-07-07 Jeremy Philippe build: Pass -no-undefined when linking libcodegen This is required to build under MinGW (and presumably Cygwin). Fixes https://gitlab.gnome.org/GNOME/vala/issues/820 2019-07-07 Rico Tzschichholz codegen: Assign GValue result of function calls to temp-var on copy_value Regression of a94a28141e1f222d1da7e72bea4cd2d1e5242f41 Fixes https://gitlab.gnome.org/GNOME/vala/issues/819 2019-07-02 Gran PC xtst: Fix signature of XTest.fake_relative_motion_event() See https://gitlab.gnome.org/GNOME/vala/merge_requests/67 2019-07-02 Rico Tzschichholz glib-2.0: Bind strcmp0 as GLib.CompareFunc Allows proper usage with experimental non-null Fixes https://gitlab.gnome.org/GNOME/vala/issues/810 2019-06-19 Rico Tzschichholz tests: Null-terminate arrays for compatibility test of uint8 and uchar Fixes https://gitlab.gnome.org/GNOME/vala/issues/809