summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-09-05 10:40:42 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2019-09-05 11:02:40 +0200
commit3c5d2b6056aa9c29501315a100bd0662037a019f (patch)
treee1959bc36b482e2a17356b3623fcedb878dc72d8 /NEWS
parent5779d7f03e3db802e544d3b4c3b93d9142af6c7a (diff)
downloadvala-3c5d2b6056aa9c29501315a100bd0662037a019f.tar.gz
Release 0.46.00.46.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS33
1 files changed, 33 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 353a10240..729803b8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+Vala 0.46.0
+===========
+ * Highlights:
+ - Add boolean CodeContext.keep_going and corresponding compiler option
+
+ * Various improvements and bug fixes:
+ - vala:
+ + Move find_parent_type_symbol/get_this_type() to SemanticAnalyzer
+ + Exclude nullable simple-type structs from gobject-property support
+ + Reject unary operations on nullable integer/floating/boolean type [#772]
+ - codegen:
+ + Don't append unreachable clean-up section of Block [#838]
+ + Don't cause double-free due append_local_free() in uncaught-errors [#838]
+ + Don't unconditionally add/return internal "result" variable [#838]
+ - codewriter: Write "weak" modifier for properties
+ - girparser: Improve evalution of instance-parameter information [#836]
+ (Regenerate GIR-based bindings to pick up out/ref instance-parameters)
+ - girparser/gidlparser: "value_owned = true" by default for property types
+ - libvaladoc: Don't traverse into close circles with parent [#829]
+ - genie: Creation methods should not be static
+
+ * Bindings:
+ - glib-2.0: Fix MutexLocker binding
+ - glib-2.0: Add missing "DestroysInstance" attributes to Mutex/Locker API
+ - glib-2.0: Use 'GStatBuf' as ctype for 'Stat'
+ - glib-2.0: Add new symbols from 2.62
+ - gio-2.0: Drop metadata for NativeSocketAddress
+ - gstreamer: Update from 1.17.0+ git master
+ - gtk4: Regenerate to pick up DestroyInstance attributes
+ - json-glib-1.0: Change abstract methods of Serializable to virtual [#840]
+ - libsoup-2.4: soup_auth_new is not a constructor but a factory method [#791]
+ - vapi: Update GIR-based bindings
+
Vala 0.45.91
============
* Various improvements and bug fixes: