summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-01-03 09:19:38 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2018-01-03 09:19:38 +0100
commit1b78e4f837f9c20fbb2bceaacb5b4f3d2e03937b (patch)
tree6f46abae11a1ff6153b8cd1a1a228a88ca92dfb1 /NEWS
parented6e33dd8b345df35a3b94fbb7e22763fb9d4df9 (diff)
downloadvala-1b78e4f837f9c20fbb2bceaacb5b4f3d2e03937b.tar.gz
Release 0.39.30.39.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 863ddbaa9..63cb61380 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Vala 0.39.3
+===========
+
+ * Various bug fixes:
+ - Fix chain-up regression with real non-null struct parameters [#791785]
+ - Release taken references to CodeContext after using it [#712694] and keep
+ custom invocations of parse_file() possible [#791936]
+ - parser: Accept comma-separated list in case-statements of switchs [#614015]
+
+ * Bindings:
+ - Remove bindings which are shipped upstream for some years
+ + gedit 3 [#776021], libgnome-keyring [#776022],
+ gtksourceview-3.0 [#776023], libgdata [#776024], librsvg-2.0 [#776025]
+ - glib-2.0: Add GLib.OPTION_REMAINING and GLib.OptionFlags.NONE
+ - gstreamer-1.0: Update from 1.13+ git master
+ - gtk+-2.0: Mark MessageDialog constructor parameter, message_format, as
+ nullable [#791570]
+ - gtk+-4.0: Update to 3.93.0+6aeae2c8
+ - webkit2gtk-4.0: Update to 2.19.3
+
Vala 0.39.2
===========
* Various bug fixes: