summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-01-08 22:05:47 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2018-01-08 22:05:47 +0100
commitff310d0478afe0467f21a7fd6a22e86188bf0a59 (patch)
tree8578d26c10066b4234181d4ea58a3a95e3a9b598 /NEWS
parent3414dc69ea8180e1fe26f21ef610a22050b4f7ba (diff)
downloadvala-ff310d0478afe0467f21a7fd6a22e86188bf0a59.tar.gz
Release 0.39.40.39.4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 63cb61380..6684f5e22 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,21 @@
-Vala 0.39.3
+Vala 0.39.4
===========
+ * Various improvements and bug fixes:
+ - codegen
+ + Only add property-enum and GParamSpec-array for GObject classes
+ + Use g_enum/flags_to_string while targeting glib >= 2.54
+ + Add destroy param when invoking delegate returned by delegate [#792077]
+ - Don't write trailing space in function declarations/definitions [#688447]
+ - vala: Add pkgdatadir and pkglibdir to pkg-config file
+ - gidlparser: Update type qualifiers
+
+ * Bindings:
+ - gtk+-2.0/3.0: Don't hide user_data in Clipboard.set_with_data() [#792237]
+ - gtk+-3.0: Update to 3.22.26+6f26d0dc
+ - gtk+-4.0: Update to 3.93.0+6aeae2c8
+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