Skip to content

Commit 91384e6

Browse files
committed
6.6.0
1 parent 1d71472 commit 91384e6

2 files changed

Lines changed: 25 additions & 2 deletions

File tree

debian/changelog

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
cinnamon-session (6.6.0) zena; urgency=medium
2+
3+
[ Michael Webster ]
4+
* csm-manager.c: Add functionality to restart the cinnamon-launcher (#184)
5+
6+
[ SimonBenito ]
7+
* Fixes cinnamon-session-quit --logout --no-prompt --force not working (#183)
8+
9+
[ Leigh Scott ]
10+
* Remove old upower support to match c-s-d commits (#185)
11+
12+
[ Michael Webster ]
13+
* csm-manager.c: Don't consider suspend inhibitors when gathering capabilities for the logout dialog.
14+
* csm-manager.c: Clear system inhibitors before attempting to restart or shutdown using systemd.
15+
16+
[ Clement Lefebvre ]
17+
* XDG_DATA_DIRS: Do not include /usr/share/gnome
18+
* Switch to XApp symbolic icons
19+
* Switch to xapp-symbolic-icons (XSI)
20+
* l10n: Update POT
21+
22+
-- Clement Lefebvre <root@linuxmint.com> Tue, 25 Nov 2025 14:20:08 +0000
23+
124
cinnamon-session (6.4.0) xia; urgency=medium
225

326
[ Clement Lefebvre ]

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
project(
33
'cinnamon-session',
44
['c'],
5-
version : '6.4.0',
6-
meson_version : '>=0.56.0'
5+
version : '6.6.0',
6+
meson_version : '>=0.56.0'
77
)
88

99
################################################################################

0 commit comments

Comments
 (0)