summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-04-08 10:36:10 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2021-04-08 10:36:10 +0200
commitf5203f73468b33b3d343d4b863e3e4eea2e8a295 (patch)
tree03b52570b5f928af4d37b7dac8bd4ef0e6c203ca /NEWS
parentb5f4bf0d073ff0b35f564873713df96526464d71 (diff)
downloadvala-f5203f73468b33b3d343d4b863e3e4eea2e8a295.tar.gz
Release 0.52.10.52.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9e2dbf038..8b92df3e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Vala 0.52.1
+===========
+ * Various improvements and bug fixes:
+ - codegen:
+ + Improve handling of ellipsis parameter in get_ccode_name()
+ + Fix default value of get_ccode_destroy_notify_pos()
+ + Don't override valid target/destroy of previous lambda argument [#59]
+ + Don't call *_instance_init() in compact class chainup
+ - vala: Mark tranformed static member-access as qualified [#270]
+ - parser: Stricter mode for chained member initializer with --keep-going [#1158]
+ - girwriter: namespace expects "c:symbol-prefixes" attribute [#1038]
+ - girwriter: Don't use instance-parameter inside callback [#1167]
+ - girparser,libvaladoc/girimporter: Don't guess length of xml header, iterate
+ forward to <repository>
+ - libvaladoc/girimporter: parse_constant() use "c:identifier" attribute first
+
+ * Bindings:
+ - gsl: Add BLAS module [#1149]
+ - rest-0.7: Fix OAuthProxyAuthCallback binding
+ - gtk+-3.0: Fix ModuleInitFunc binding
+ - gio-2.0: Fix TlsPassword.get_value() binding
+ - Fix several bindings which lead to invalid code by using them in:
+ javascriptcoregtk-4.0, libusb, libusb-1.0, pixman-1,
+ webkit2gtk-web-extension-4.0, x11, zlib,
+
Vala 0.52.0
===========
* Various improvements and bug fixes: