summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-03-11 12:14:48 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2020-03-11 12:14:48 +0100
commitbca593bf3c434270e41d11b1edd266ff61bebf4f (patch)
treece9dfe2e806e821c6498cb5c7ce7ec624df5d4c5 /NEWS
parenta5c3c6c635978933641a1edd45aa5adfc5a10c24 (diff)
downloadvala-bca593bf3c434270e41d11b1edd266ff61bebf4f.tar.gz
Release 0.48.10.48.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ab83e3ed0..3a64a2695 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Vala 0.48.1
+===========
+ * Various improvements and bug fixes:
+ - codegen:
+ + Replace hard-coded "gsize" with resolved "size_t"
+ + Add destroy of parameter in vfunc of delegate property setter [#919]
+ + Inherit "array" attributes from (base/-interface) property
+ + Inherit "delegate_target" from (base/-interface) parameter/property/method
+ + Actually respect "delegate_target" attribute of method/parameter
+ + Move ObjectTypeSymbol casting to GTypeModule
+ + Factor out GValueModule and GLibValue into a separate source-files
+ + Avoid symbol clashes with "va_*" from "stdarg.h"
+ - vala:
+ + Fix search for Parameter.base_parameter
+ + Real struct-type without type_id can't be used for GObject property [#921]
+ - codewriter: Output inner interface declarations [#918]
+
+ * Bindings:
+ - glib-2.0: Add missing "type_id"/"has_type_id" attributes to structs [#921]
+ - glib-2.0: Memory profiling ("g_mem_*") is deprecated since 2.46
+ - linux: Don't depend on GLib.Time when using POSIX profile
+ - gtk4: Update to 3.98+2da445f9
+ - poppler-glib: Update to 0.85
+ - vapi: Update GIR-based bindings
+
Vala 0.48.0
===========
* Various improvements and bug fixes: