summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-01-10 17:26:32 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2021-01-11 13:46:11 +0100
commitfdfa8f34bfaaf40415c7c2adc70d8570620002ff (patch)
tree5e3244a8717f9b685176a1e3e916b1c5c9882eca /NEWS
parentd3f6c96c4fb61cd1dad130eb180741e720c5dc70 (diff)
downloadvala-fdfa8f34bfaaf40415c7c2adc70d8570620002ff.tar.gz
Sync NEWS from 0.50
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS27
1 files changed, 27 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ba104c571..d4aa35c84 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+Vala 0.50.3
+===========
+ * Various improvements and bug fixes:
+ - codegen:
+ + Use CCodeInvalidExpression instead of place holders
+ + Don't leak memory of already assigned out-parameter on error [#1123]
+ + Don't leak memory on internal value comparison of property setter
+ + Fix assignment of casted struct value to property [#1126]
+ - vala:
+ + Report an error if gio-2.0 is missing for DBus support
+ + Add missing TraverseVisitor.visit_addressof_expression()
+ + value_type of PointerIndirection expressions must not be owned [#1118]
+ + SliceExpression need to return heap-allocated or unowned references [#1120]
+ + Accept "unowned var" as type for foreach variable declaration [#152]
+ + Ownership transfer of inline-allocated array is not allowed [#931]
+ - tests: Use Automake’s parallel test driver to speed up running tests [#1094]
+ - testrunner: A lot of simplifications
+
+ * Bindings:
+ - gio-2.0: Fix DBusSubtreeIntrospectFunc binding
+ - gstreamer-1.0: Fix direction of GLib.Value typed parameters [#1014]
+ - gstreamer: Update from 1.19.0+ git master
+ - gtk4: Use correct cheader_include for wayland/x11 gdk backend [#1112]
+ - gtk4: Don't rename binding for gtk_css_provider_load_from_data [#1117]
+ - gtk4: Update to 4.0.1
+ - webkit2gtk-4.0: Update to 2.30.3
+
Vala 0.50.2
===========
* Various improvements and bug fixes: