There was an error while loading. Please reload this page.
1 parent 8830e46 commit 0a42936Copy full SHA for 0a42936
2 files changed
debian/changelog
@@ -1,3 +1,14 @@
1
+xapp (3.3.1) unstable; urgency=medium
2
+
3
+ [ Leigh Scott ]
4
+ * xapp-status-icon: unrealize GtkStatusIcon before clearing to prevent stale GdkWindow XID mappings crashing during Cinnamon restart (#200)
5
+ * sn-item: Fix error handling to address SIGSEGV (#201)
6
7
+ [ Michael Webster ]
8
+ * build: Add gtk-layer-shell to depends, make it a requirement for debian builds.
9
10
+ -- Clement Lefebvre <root@linuxmint.com> Thu, 21 May 2026 17:12:53 +0100
11
12
xapp (3.3.0) unstable; urgency=medium
13
14
[ Rohan2460 ]
meson.build
@@ -1,7 +1,7 @@
project(
'xapp',
'c',
-version : '3.3.0',
+version : '3.3.1',
default_options : ['buildtype=debugoptimized'],
meson_version : '>=0.56.0'
)
0 commit comments