From 6147abd0c1fe35b96e1fbb63fa94d23f91fb2934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Fri, 16 Sep 2022 15:45:06 +0200 Subject: Release: 43.0 --- NEWS | 21 +++++++++++++++++++++ meson.build | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 22ccb40..9a62612 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +============== +Version 43.0 +============== + + Features + + * WnckHandle is now public and should be used for all the operations. + Usage of all the older entry-point getters is now deprecated. + (Alberts Muktupāvels) + + Fixes + + * Get the correct PID for clients inside PID namespaces (Ryan Gonzalez) + * icon-cache: remove support for KWM_WIN_ICON (Alberts Muktupāvels) + + Translations + + * Anders Jonsson (sv) + * Wenbin Lv (zh_CN) + * Zurab Kargareteli (ka) + ============== Version 40.0 ============== diff --git a/meson.build b/meson.build index 290e5d2..6b0eea9 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('libwnck', 'c', - version: '40.0', + version: '43.0', meson_version: '>= 0.50.0') LIBWNCK_SOVERSION = 0 -- cgit v1.2.1