summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-03-03 14:55:41 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2020-03-03 15:07:38 +0100
commit2de13fa52713e918caff0878ff1dd4f462ec33cc (patch)
treec25cdfd9a473dd55914d41081ab22852e1282890 /NEWS
parenta0e64adba5e668c1520bde49d6232f75e96324b7 (diff)
downloadvala-2de13fa52713e918caff0878ff1dd4f462ec33cc.tar.gz
Release 0.48.00.48.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d312df817..ab83e3ed0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Vala 0.48.0
+===========
+ * Various improvements and bug fixes:
+ - vala:
+ + Fix circular reference in Property/EnumValueType
+ + Report an internal error for unavailable context and bail
+ + Prevent possible stack-overflow in Class.is_subtype_of()
+ - Add missing CodeContext.pop() calls
+ - codegen: Add more "low-level" includes of "glib.h"
+ - girparser: Decrease return_array_length_idx for transformed function
+ - girparser: Delay adding of "GLib.Object" prerequisite to interfaces
+ - manual: Update from wiki.gnome.org
+
+ * Bindings:
+ - vapi: Update GIR-based bindings
+
+ * Contributors:
+ Alberto Fanjul, Arnaud Bonatti, Corentin Noël, Evan Nemerson, Florian Brosch,
+ Jeremy Philippe, Michael Gratton, Ole André Vadla Ravnås, Princeton Ferro,
+ Rico Tzschichholz, Simon Werbeck
+
Vala 0.47.92
============
* Various improvements and bug fixes: