diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-10-10 21:41:00 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-10-10 21:41:00 +0200 |
commit | 05a7609e3e85dca7594f907915d543bc3453afdb (patch) | |
tree | 79a7007da62fe66a99af95959dc7e6c226589fe7 /NEWS | |
parent | 5024c64c833130a7c6179bf67ba7622ffe9d2405 (diff) | |
download | vala-05a7609e3e85dca7594f907915d543bc3453afdb.tar.gz |
Sync NEWS from 0.46
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +Vala 0.46.3 +=========== + * Various improvements and bug fixes: + - codegen: + + Accept children after generating type specific declarations + + Preserve full access to delegate variables and its target/destroy cvalues + + Initialize delegate temp-var which is assigned by property getter + + Silence warning about copying if delegate doesn't carry its target + + Use gtype-boxed API for structs with "g_boxed_free" attribute [#863] + - ccode: Implicitly register declaration for added CCodeFunction + - vala: Fix compatible/disposable check between structs and their subtypes + - vala: Don't issue a warning for non-public struct fields in bindings + - girparser: Add required copy/free attributes for gtype-boxed structs + and regenerate GIR-based bindings to pick up copy/free attributes [#863] + - docs: Mention requirement of autoconf-archive as build-dependency + - vapi: Perform syntax and semantic check for all bindings on "make check" + + * Bindings: + - avahi-client: Fix "use of possibly unassigned parameter" warnings + - glib-2.0: Set default_value attribute for GLib.pointer + - gnutls: Fix "use of possibly unassigned parameter" warnings + - tokyocabinet: Fix deprecation warnings + - xcb: Fix "missing return statement at end of subroutine body" errors + Vala 0.46.2 =========== * Various improvements and bug fixes: |