diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2021-03-06 16:49:49 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2021-03-06 16:49:49 +0100 |
commit | 99ba32dab8d0b05c47801bc95572f40e07e4afc3 (patch) | |
tree | 33232038cc4d7c9bedac403883b7b83650b7ac87 /NEWS | |
parent | 9b7b64716371bd1791a5c30666807314d79eacfc (diff) | |
download | vala-99ba32dab8d0b05c47801bc95572f40e07e4afc3.tar.gz |
Release 0.51.900.51.90
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +Vala 0.51.90 +============ + * Various improvements and bug fixes: + - codegen: + + More use of get_ccode_type_name() + + "_first_array" parameter for params-array is variadic too + + Inherit GType from base struct of SimpleType structs + - vala: + + Report warning if --target-glib=auto was not evaluated successfully + + Fix ownership inheritance of "unowned var" in foreach statement + + Use pre-resolved symbol/type of SemanticAnalyzer if possible + - gdbus: Don't leak memory of deserialized arguments on error in wrapper method + - girparser: Reuse populated Node.gtype_struct_for instead of resolving again + - girparser: Evaluate "glib:type-struct" twice to pick up reparented structs + - testrunner: Include Gio-2.0/gio-2.0 for GIR tests too + + * Bindings: + - gtk4: Update to 4.1.1+f8f90d85 + Vala 0.51.3 =========== * Various improvements and bug fixes: |