From a7f01c6a154d2222a32f4e4d3fe1714520ed5d5c Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Tue, 23 Jun 2020 08:28:16 +0200 Subject: [PATCH] doc: update NEWS --- docs/adg/NEWS.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/adg/NEWS.xml b/docs/adg/NEWS.xml index 13eab7e2..29290fc9 100644 --- a/docs/adg/NEWS.xml +++ b/docs/adg/NEWS.xml @@ -6,6 +6,23 @@ News archive Summary of changes between releases + +ADG 0.9.3 + +Get rid of deprecated code, specifically G_TYPE_INSTANCE_GET_PRIVATE +(deprecated since 2.58) and GParameter (deprecated since 2.54 because +that type is not introspectable). +Use g_object_new_with_properties where available and provide fallback +code for older glib-object code. +Fix a long standing bug on table cell desctruction, resulting in a +core dump when trying to destroy cells with duplicate names. +Fix test units. On recent GTK releases the code crashes when creating +a widget without X server: just skip GTK tests when gtk > 3.10.8. +Allow to build the compilation database, used by language servers used +for example to add semantic features to editors (e.g.: coc-vim). +Minor docs improvements. + + ADG 0.9.2 -- 2.11.4.GIT