summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-09-04 08:54:28 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2020-09-04 08:54:28 +0200
commitaf22047087a16efa8123ac5901354fd290db0cd2 (patch)
tree7ac0a92ae9fb9f0889092902654311ef6f7b416a /NEWS
parentd06b466eba8bb808001a8912177c11b2f178c699 (diff)
downloadvala-af22047087a16efa8123ac5901354fd290db0cd2.tar.gz
Release 0.49.920.49.92
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ab288f60d..fd57e69a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Vala 0.49.92
+============
+ * Various improvements and bug fixes:
+ - Don't use locale dependent string functions on syntax strings [#1067]
+ - girparser: Additionally fallback to "glib:type-name" to retrieve the cname
+ - libvaladoc/girimporter:
+ + Fallback to "name" for callback
+ + Fallback to "glib:type-name" for class, interface and record
+ + Improve parse_symbol_doc() and don't use parse_doc()
+ + Skip "attribute" elements
+ - libvaladoc/gtkdoc-importer:
+ + Correctly retrieve "url" from "ulink" elements
+ + Don't let parse_block_taglet() return null
+
+ * Bindings:
+ - gtk4: Update to 3.99.1
+ - vapi: Update GIR-based bindings
+
Vala 0.49.91
============
* Various improvements and bug fixes: