summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-11-28 15:48:38 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2017-11-28 15:48:38 +0100
commita30190982e94b4346941dd386ca8d0a3a55c82eb (patch)
tree4a5c6e08277df025803fd58e81fa015da3be38d2 /NEWS
parentf2e0c8c6fb1e174c8d8ef4b3052beb45925f2741 (diff)
downloadvala-a30190982e94b4346941dd386ca8d0a3a55c82eb.tar.gz
Update NEWS from 0.38 branch
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dfee836b3..9b311ad04 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Vala 0.38.3
+===========
+ * Various bug fixes:
+ - codegen: Prioritize "array_length=true" over "array_null_terminated=true"
+ [#788775]
+ - codegen: Avoid possible conflicts with internal property/signal defines
+ [#788964]
+
+ * Bindings:
+ - gio-2.0: Expose g_task_get_source_object as Task.get_unowned_source_object
+ - gstreamer-1.0: Update from 1.13+ git master
+ - gtk+-4.0: Update to 3.92.1
+ - libxml-2.0: Add DTD methods [#789442]
+
+Vala 0.38.2
+===========
+ * Various bindings updates:
+ - gstreamer-1.0,gtk+-3.0,gtk+-4.0: Update from git master
+ - gnutls: Fix free_function ccode-attribute of Certificate [#788181]
+
Vala 0.38.1
===========
* Various bug fixes: