Skip to content

Commit

Permalink
6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Nov 26, 2024
1 parent 338a858 commit 1b69f48
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-screensaver (6.4.0) xia; urgency=medium

[ Michael Webster ]
* build: Use debugoptimized, remove some obsolete meson bits.
* cs-backup-locker.c: Exit gracefully if incorrect arguments are given, instead of crashing.
* Make codespell happy.
* unlock dialog: Allow password visibility to be toggled.

[ Matt Turnbull ]
* Follow-up to 60ad855 - remove g-codegen.py now that it is unreferenced. (#458)

[ Michael Webster ]
* Don't package private library and typelib files separately.
* Simplify authClient.py pam helper path.

[ Fabio Fantoni ]
* fix executable libraries
* Debian packaging improvement (#459)

[ Michael Webster ]
* keybindings: Ignore shift-f10 (alternate menu popup shortcut).

[ Fabio Fantoni ]
* Update debian/copyright (#461)

[ Alex Badea ]
* libscreensaver: fix detection of monitor hotplug (#463)

-- Clement Lefebvre <root@linuxmint.com> Tue, 26 Nov 2024 13:50:06 +0000

cinnamon-screensaver (6.2.0) wilma; 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,4 +1,4 @@
project('cinnamon-screensaver', 'c', version : '6.2.0', meson_version : '>=0.56.0')
project('cinnamon-screensaver', 'c', version : '6.4.0', meson_version : '>=0.56.0')

cc = meson.get_compiler('c')

Expand Down

0 comments on commit 1b69f48

Please sign in to comment.