Skip to content

Commit ab50e44

Browse files
committed
6.2.0
1 parent 40b1a10 commit ab50e44

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

debian/changelog

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
cinnamon-session (6.2.0) wilma; urgency=medium
2+
3+
[ Bobby Rong ]
4+
* cinnamon-session: make sure wayland sessions get a login shell (#161)
5+
6+
[ Matt Turnbull ]
7+
* Remove orphaned include (#164)
8+
9+
[ Michael Webster ]
10+
* cinnamon-session-quit.py: Set logout window to keep-above and all- workspaces.
11+
* cs-presence.c: Fix CsmPresence idle handling.
12+
* csm-manager.c: Stop the user dbus-daemon at the end of the session.
13+
* main.c: Reset the activation environment at the end of the session.
14+
* csm-manager.c: Unset WAYLAND_DISPLAY during shutdown in a wayland session.
15+
16+
[ fredcw ]
17+
* cinnamon-session-quit.py: add missing window icon (#170)
18+
19+
-- Clement Lefebvre <[email protected]> Tue, 11 Jun 2024 15:41:40 +0100
20+
121
cinnamon-session (6.0.3) virginia; urgency=medium
222

323
[ Michael Webster ]

meson.build

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# https://github.com/linuxmint/cinnamon-session
2-
project('cinnamon-session',
3-
[ 'c', ],
4-
version: '6.0.3',
5-
meson_version: '>=0.56.0',
2+
project(
3+
'cinnamon-session',
4+
['c'],
5+
version : '6.2.0',
6+
meson_version : '>=0.56.0'
67
)
78

89
################################################################################

0 commit comments

Comments
 (0)