summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-11-19 16:07:42 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2020-11-19 16:07:42 +0100
commitabc6bc222555678f5b50023f8a4fc40ed1ee2131 (patch)
treeaea394763a85ef42c4ae7c7e1e0876155ef486e6 /NEWS
parent55d1c2ac5fcc9aa6f478f5859ad1f92ee9678c41 (diff)
downloadvala-abc6bc222555678f5b50023f8a4fc40ed1ee2131.tar.gz
Sync NEWS from 0.50
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS38
1 files changed, 38 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6eeff4a53..ba104c571 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Vala 0.50.2
+===========
+ * Various improvements and bug fixes:
+ - codegen:
+ + More use of delegate_target_type and delegate_target_destroy_type
+ + Reduce get_delegate_target/get_delegate_target_destroy_notify calls
+ + Don't use inferred type for temp-value to access generic property [#1088]
+ + Update outdated array _size_ variable of captured local-variable [#1090]
+ + Report internal error for unsupported collection type in foreach
+ - vala:
+ + Issue an error on void initializer for local-variable
+ + Allow markup-reader to accept spaces around '=' of attribute assignment
+ + CodeNode.source_reference is optional, so let the API respect that
+ + Use DataType.compatible() to check for string concatenation [#1100]
+ - valadoc: Don't call CodeContext.pop() on empty stack [#1064]
+ - libvaladoc: Don't filter-out generic type-parameters of delegates
+ - libvaladoc/girimporter: Skip "docsection" elements in <namespace>
+ - testrunner: Add "-Werror=return-local-addr" flag
+ - manual: Update from wiki.gnome.org
+
+ * Bindings:
+ - alsa: Fix PcmDevice.set_poll_descriptors_revents() binding [#1092]
+ - curses: Add Terminfo API set, function keycodes F(n) and minor changes
+ - curses: Correctly use [PrintfFormat] attribute
+ - glib-2.0: Fix return-type of Uri.parse_params() binding
+ - glib-2.0: Add return codes to FileStream.putc/puts(), like posix
+ - glib-2.0: Add GenericArray.find_custom(), variant of find_with_equal_func()
+ - glib-2.0: Improve GenericArray.length property
+ - gio-2.0: Fix binding of Resolver.lookup_service*()
+ - gstreamer: Update from 1.19.0+ git master
+ - gtk4: Attribute Gsk.ShaderArgsBuilder.free_to_args with DestroysInstance
+ - gtk4: Update to 3.99.4+7551f85d [#1089]
+ - linux: Add missing struct in cname for Spi.IocTransfer
+ - posix: Declare fstat, stat, lstat and fstatat as public [#1086]
+ - posix: Add freopen binding, as FILE.reopen()
+ - rest-0.7: Fix ParamsIter.next() binding
+ - vapi: Update GIR-based bindings
+
Vala 0.50.1
===========
* Various improvements and bug fixes: