summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-06-04 11:36:51 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2021-06-04 11:36:51 +0200
commit0fa66cafcbc17c127b486ba7b5483b1cf350f24c (patch)
tree656d43d1b03f6811befa4c970188c278aa35f619 /NEWS
parentf52fa61648a9618fdba825b37b14befb45fba76a (diff)
downloadvala-0fa66cafcbc17c127b486ba7b5483b1cf350f24c.tar.gz
Sync NEWS from 0.52
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7ed6cd6e7..5b7972707 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Vala 0.52.4
+===========
+ * Various improvements and bug fixes:
+ - codegen:
+ + GArray, GByteArray and GPtrArray are reference counted
+ + Replace wrongly hard coded usage of G_OBJECT_GET_CLASS
+ + Don't add errornous cast for unknown type_symbol
+ + Mark entry point method implementation "_vala_main" as static
+ + Improve check for GLib.Source derived classes
+ - vala: Parameter following params-array parameter is not allowed
+ - doc: Update man page to include more information on profiles
+
+ * Bindings:
+ - glib-2.0: Add missing has_typedef attributes on SourceFuncs delegates
+ - gstreamer: Update from 1.19.0+ git master
+ - gtk+-3.0: Update to 3.24.29+f9fe28ce
+ - gtk4: Update to 4.3.0+24f0ae1d
+ - pango: Mark language parameter of AttrIterator.get_font() as out
+ - vapi: Update GIR-based bindings
+
Vala 0.52.3
===========
* Various improvements and bug fixes: