summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-10-10 21:41:00 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2019-10-10 21:41:00 +0200
commit05a7609e3e85dca7594f907915d543bc3453afdb (patch)
tree79a7007da62fe66a99af95959dc7e6c226589fe7 /NEWS
parent5024c64c833130a7c6179bf67ba7622ffe9d2405 (diff)
downloadvala-05a7609e3e85dca7594f907915d543bc3453afdb.tar.gz
Sync NEWS from 0.46
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4655d3e4c..8ed08eb77 100644
--- a/NEWS
+++ b/NEWS
@@ -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: