summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-08-15 15:23:46 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2020-08-15 15:23:46 +0200
commit53eff0b40a71acd0dc4bb16d45684c5ae135eb78 (patch)
tree46a76d8376c020aca0fc0098c9720f4b05b91699 /NEWS
parent8c9aadd34a561b32d08ae8a1b2d7c57718aa0454 (diff)
downloadvala-53eff0b40a71acd0dc4bb16d45684c5ae135eb78.tar.gz
Release 0.49.900.49.90
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7828be2ab..1fcd7e1b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Vala 0.49.90
+============
+ * Regression and bug fixes:
+ - Revert "girwriter: Use appropriate get_ccode_* functions" [#1059]
+ - tests: Don't rely on undefined use-after-free behaviour of glibc
+ - Add TraverseVisitor for traversing the tree with a callback
+ - Force usage of temporary variables for "tainted" member accesses [#1061]
+ - vala: Move transformation of unary increment/decrement to codegen
+ - vala: Set parent_node for child nodes of lambda-expression [#1062]
+
+ * Bindings:
+ - gstreamer: Update from 1.17.2+ git master
+ - gtk4: Update to 3.99.0+e6e2d6b4
+ - pango: Update from 1.46.0
+ - webkit2gtk-4.0: Update to 2.29.91
+
Vala 0.49.2
===========
* Highlights: