]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Sync NEWS from 0.46 05a7609e3e85dca7594f907915d543bc3453afdb
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 10 Oct 2019 19:41:00 +0000 (21:41 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 10 Oct 2019 19:41:00 +0000 (21:41 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 4655d3e4cf47a707473fa2ae6638f537b3ed527c..8ed08eb77a3aae29a00af34927a029468767e73c 100644 (file)
--- 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: