From 467a397fd7996557f837cdc26ac07c01c62810e5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 21 Dec 2021 10:39:35 -0500 Subject: [PATCH] 0.5 --- NEWS | 16 ++++++++++++++++ meson.build | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 48810451..a29e8add 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +Changes in 0.5, 21-12-2021 +========================== + +- Relicence to LGPL 3.0 +- Fix a refcounting error in xdp_parent_free +- location: Fix location-updated signature +- remote: Add cursor mode +- remote: Support virtual screens +- remote: Support persistent sessions +- Rename qt backend to qt5 +- Install separate libraries: libportal-gtk3, libportal-gtk4, libportal-qt5 +- Add gobject-introspection support +- Add vala support +- Add a GTK4 portal test app, using gjs +- Build documentation using gi-docgen + Changes in 0.4 ============== diff --git a/meson.build b/meson.build index b237b4f2..725ad6a3 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libportal','c', - version: '0.4', + version: '0.5', meson_version: '>= 0.49.0') cc = meson.get_compiler('c')