summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-11-29 21:01:32 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2021-11-29 21:01:50 +0100
commit2605e570d7905ae4699254b34c28eb3bcb327647 (patch)
treeada9095fbfa84d4813ef2c5fac3e9675f1ab1976 /NEWS
parent80538d1a6e32711c741c99803172584b37bd2780 (diff)
downloadvala-2605e570d7905ae4699254b34c28eb3bcb327647.tar.gz
Sync NEWS from 0.54
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS40
1 files changed, 40 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e50b8be25..dba0ec74a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+Vala 0.54.4
+===========
+ * Various improvements and bug fixes:
+ - codegen:
+ + Use CCodeConstant for member access of constant symbol
+ + Emit constants without initializer list in defines section [#440]
+ + Add and use CCodeConstantIdentifier for accessing constants
+ + Check required length of enum type name for GType support
+ + Add missing check while overriding virtual async interface methods [#852]
+ + Drop inconsistent space for ObjectType parameters
+ + Accept CCode.type attribute on parameters [#876]
+ + Fix CCodeUnaryExpression.write() for PREFIX_INCREMENT/PREFIX_DECREMENT
+ - vala:
+ + Improve error message for invalid handler of dynamic signal
+ + Using SignalHandler.disconnect() is required for dynamic signals
+ + Check for unavailable value-type of variable initializer [#1253]
+ + Add [Profile] as known attribute for methods
+ + Report error on missing gio-2.0 package for async constructors
+ + Fix signals with generic return
+ + parser: Split out Parser.parse_switch_section_statement()
+ + parser: Better handling of misplaced switch sections [#1246]
+ - genie:
+ + Amend text of indent and dedent for error messages [#497]
+ + Accept INTERR token before type arguments when parsing type [#1245]
+ + Properly handle plain "get" or "set" property accessors [#1248]
+ + "exception" is the expected string for TokenType.ERRORDOMAIN
+ + Accept accessibility/async modifiers on "construct" creation methods [#1235]
+ - girparser: Accept "sealed" for transformed records and compact classes
+ - gtkmodule: Improve error message for invalid signal element in ui-file
+ - build: Add "test-update" which passed UPDATE_EXPECTED=1 to refresh c-expected
+ - tests: Rename colliding test cases to avoid conflicts
+
+ * Bindings:
+ - alsa: Add more API and fix a few things
+ - gnome-desktop-3.0: Some parameter fixes
+ - gstreamer: Cherry-pick bindings fixes from 0.56
+ - gstreamer-base-1.0: Some parameter fixes [#1255]
+ - gtk4: Update to 4.5.0~cd9b7307
+ - pango: Cherry-pick bindings fixes from 0.56
+
Vala 0.54.3
===========
* Various improvements and bug fixes: