We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d4be9 commit 2fe0e03Copy full SHA for 2fe0e03
debian/changelog
@@ -1,3 +1,10 @@
1
+cinnamon-session (6.2.1) wilma; urgency=medium
2
+
3
+ [ Leigh Scott ]
4
+ * Fix restart and shutdown (#172)
5
6
+ -- Clement Lefebvre <[email protected]> Fri, 19 Jul 2024 14:51:34 +0100
7
8
cinnamon-session (6.2.0) wilma; urgency=medium
9
10
[ Bobby Rong ]
meson.build
@@ -2,8 +2,8 @@
project(
'cinnamon-session',
['c'],
- version : '6.2.0',
- meson_version : '>=0.56.0'
+version : '6.2.1',
+meson_version : '>=0.56.0'
)
################################################################################
0 commit comments