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 f5393cb commit ebff319
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions debian/changelog
@@ -1,3 +1,19 @@
cinnamon-settings-daemon (6.0.0) virginia; urgency=medium

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

[ Michael Webster ]
* Add wayland support
* optimization: Only initialize libnotify for plugins that need it
* wayland: Add a plugin to sync cinnamon/gnome settings
* csd-background: Make wayland-compatible
* xsettings: Add gtk-keynav-use-caret setting
* daemon-skeleton.h: Make sure the GMainLoop is accessible everywhere it's needed.
* cinnamon-settings-session.c: Don't unref a null GCancellable.

-- Clement Lefebvre <root@linuxmint.com> Sun, 19 Nov 2023 13:40:56 +0000

cinnamon-settings-daemon (5.8.1) victoria; urgency=medium

[ Michael Webster ]
Expand Down
2 changes: 1 addition & 1 deletion meson.build
@@ -1,4 +1,4 @@
project('cinnamon-settings-daemon', 'c', version: '5.8.1', meson_version: '>=0.56.0')
project('cinnamon-settings-daemon', 'c', version: '6.0.0', meson_version: '>=0.56.0')

gnome = import('gnome')
i18n = import('i18n')
Expand Down

0 comments on commit ebff319

Please sign in to comment.