Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Nov 19, 2023
1 parent 43d1a1a commit 554d621
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
cinnamon-session (6.0.0) virginia; urgency=medium

[ Rick Calixte ]
* Fix meson.build deprecations up to 0.56.0 (#155)

[ Michael Webster ]
* wayland: Don't use egg library
* wayland: Replace cs-idle-monitor with gnome-idle-monitor
* wayland: Add compatibility
* wayland: Add DisplayServer phase
* wayland: Reimplement logout/inhibit dialogs as a separate process
* Clean up and unify logging for session failures
* More cleanup - leftover includes, unused files
* Fix build.
* Don't make a required component failure fatal.

[ Clement Lefebvre ]
* On required app failure, log both the app and startup ID.

[ Michael Webster ]
* csm-manager: Remove maybe_restart_user_bus.
* main.c: Don't direct logging to the journal.
* csm-manager: Terminate the logout dialog at the beginning of the session end phase, not the end.
* cinnamon-session-quit: Set modal.

[ Clement Lefebvre ]
* l10n: Update POT

-- Clement Lefebvre <[email protected]> Sun, 19 Nov 2023 14:27:17 +0000

cinnamon-session (5.8.1) victoria; urgency=medium

[ Michael Webster ]
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://github.com/linuxmint/cinnamon-session
project('cinnamon-session',
[ 'c', ],
version: '5.8.1',
version: '6.0.0',
meson_version: '>=0.56.0',
)

Expand Down

0 comments on commit 554d621

Please sign in to comment.