summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-09-16 15:45:06 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-09-16 15:45:59 +0200
commit6147abd0c1fe35b96e1fbb63fa94d23f91fb2934 (patch)
treec0246cdcfd75585c735583571e68428f5ceec459
parent8eae770e11cb30bdab041e0831ad9a5aeb123d96 (diff)
downloadlibwnck-43.0.tar.gz
Release: 43.043.0
-rw-r--r--NEWS21
-rw-r--r--meson.build2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 22ccb40..9a62612 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,25 @@
==============
+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