From bca593bf3c434270e41d11b1edd266ff61bebf4f Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Wed, 11 Mar 2020 12:14:48 +0100 Subject: Release 0.48.1 --- NEWS | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'NEWS') 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: -- cgit v1.2.1