diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2021-03-17 15:59:08 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2021-03-17 15:59:08 +0100 |
commit | e7e42c6fd19dee27785a25f919a260a0ef10463f (patch) | |
tree | d245aac15e206f475928333fba265c07c872a8a4 /NEWS | |
parent | 99ffbdfdafedb575ec8302872d34121b24b7a047 (diff) | |
download | vala-e7e42c6fd19dee27785a25f919a260a0ef10463f.tar.gz |
Release 0.52.00.52.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +Vala 0.52.0 +=========== + * Various improvements and bug fixes: + - codegen: Include "glib.h" for deprecated symbols (GOBJECT) [#1155] + - vala: Improve error for incompatible expressions in conditional expression + - vala: Check for unused attributes unconditionally + - girparser: Allow overriding of "Compact" attribute for classes + - girparser: Handle empty "<type/>" element and report an error + - girparser: Add support for NoWrapper metadata for methods + - build: Add --enable-test-asan configure option + + * Bindings: + - gio-2.0: Add some missing NoWrapper and CCode.has_typedef attributes + - gnutls: Fix some binding errors + - gsl: Fix some binding errors + - gstreamer: Update from 1.19.0+ git master + - gtk4: Add Gtk.INVALID_LIST_POSITION [#1151] + - gtk4-unix-print: Switch to gir + - gtk4: Update to 4.1.2 + - linux: Provide Input.Event.input_event_sec/input_event_usec fields [#1152] + - vapi: Fix a couple of attribute typos + - webkit2gtk-4.0: Update to 2.31.91 + Vala 0.51.91 ============ * Various improvements and bug fixes: |