summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2022-02-25 17:01:28 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2022-02-25 17:01:28 +0100
commit0d43276632ea0449ae8ffb768dda1859e8224df6 (patch)
treeb44a78a82389373c4dff9d3a28f3c4215f87c01a /NEWS
parentd5a1678cad4013f0d5b285eb1dd9125f3c7f3471 (diff)
downloadvala-0d43276632ea0449ae8ffb768dda1859e8224df6.tar.gz
Release 0.55.900.55.90
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 78e8ac62e..b6fa1e06c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Vala 0.55.90
+============
+ * Various improvements and bug fixes:
+ - codegen:
+ + Emit G_DEFINE_AUTOPTR_CLEANUP_FUNC() for interfaces with base class [#1292]
+ + Emit G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC() for structs [#1293]
+ + Default to "has_type_id = false" for external error-domains
+ + Emit GType definition for error domains [#699]
+ - vala:
+ + Catch and throw possible inner error of lock statements [#83]
+ + Keep error-code symbol reference in callable expression context
+ + Allow delegate without target to be used as constant type
+ - girparser: Pick up type_id of error domains
+
+ * Bindings:
+ - glib-2.0: Update 2.70/72 symbols
+ - gstreamer: Update from 1.21.0+ git main
+ - vapi: Update GIR-based bindings
+
Vala 0.55.3
===========
* Highlights: