summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-02-27 17:04:50 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2021-02-27 17:06:20 +0100
commita33a144017ea385ca7b713a562fd7364c2a433e9 (patch)
tree617867ff0bfd9ff7caabda7d27e3feb51ccb8040 /NEWS
parent2a47828efa86aa87b0cad8f47ede0400a5007237 (diff)
downloadvala-a33a144017ea385ca7b713a562fd7364c2a433e9.tar.gz
Release 0.51.30.51.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cf0bc5b0d..8d7b9ec5a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Vala 0.51.3
+===========
+ * Various improvements and bug fixes:
+ - codegen:
+ + Don't use volatile modifier in glib API when targetting >= 2.68 [glib!1719]
+ + CCodeBaseModule.get_type_id_expression () won't return null
+ + Don't wrongly emit declaration for default-handler of signals
+ + Include "string.h" for strcmp() (POSIX)
+ - vala:
+ + Generics value holding struct pointer requires casting on access [#347]
+ + Infer needle type for "in" expression on enum [#1138]
+ + Don't allow "in" operation with different enum types [#1139]
+ + Improve context check whether property is writeable on assignments
+ + Include "stdlib.h" for Enum.to_string() (POSIX) [#1143]
+ + Set proper source_reference for implicit "this" and "result" variables
+ + Report error for invalid inner operand of unary expressions
+ - girwriter: Output default handler of signals
+
+ * Bindings:
+ - glib-2.0: Add new symbols from 2.68
+ - webkit2gtk-4.0: Update to 2.31.90
+ - vapi: Update GIR-based bindings
+
Vala 0.51.2
===========
* Various improvements and bug fixes: