]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Update NEWS from 0.38 branch
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 28 Nov 2017 14:48:38 +0000 (15:48 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 28 Nov 2017 14:48:38 +0000 (15:48 +0100)
NEWS

diff --git a/NEWS b/NEWS
index dfee836b37130ec40f8ce5f54fde71ab21c336e3..9b311ad042140b06fd17db5394e15ba3457c2d1c 100644 (file)
--- 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: