2019-02-03 Rico Tzschichholz Release 0.43.90 codegen: Pass lambda expression of variable initializer to signal connect 2019-01-30 Rico Tzschichholz vapi: Add goocanvas-2.0 bindings Fixes https://gitlab.gnome.org/GNOME/vala/issues/739 vapi: Update GIR-based bindings gdk-3.0: Update to 3.24.4+a0129f55 gtk+-4.0: Update to 3.94.0+a7fa1cf6 gstreamer: Update from 1.15.1+ 2019-01-29 Rico Tzschichholz goocanvas: Update from 1.0.0+af07af5d g-i: Fix return value on error in start_discriminator() libvaladoc: Don't change the size of an array in-parameter Avoid a possible memory issue while the resize of an array reference is possible, the new length can't be propagated back to the caller. Issue an warning for unexpected string lengths. 2019-01-26 Rico Tzschichholz vala: Parser doesn't ensure "protected" to be applied on TypeSymbol members Probably ObjectTypeSymbol should be enforced. 2019-01-25 Rico Tzschichholz vala: Check inferred variable_type of LocalVariables 2019-01-24 Guillaume Poirier-Morency glib-2.0: Bind g_log_writer_journald/_standard_streams/_default as LogWriterFunc Fixes https://gitlab.gnome.org/GNOME/vala/issues/559 2019-01-24 Rico Tzschichholz codegen: Properly handle and catch inner-error of finally-block If all inner-errors are caught there is no jump-out of the current finally- block therefore the control-flow analyzer is happy. To make this work the surrounding inner-error must not be used or changed here. Fixes https://gitlab.gnome.org/GNOME/vala/issues/742 2019-01-23 Rico Tzschichholz codegen: Replace some unfortunate asserts with internal error reports vala: Both arguments of NC_() must be constant for this call to be constant