summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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