Skip to content

Commit d9cf5c5

Browse files
committed
6.6.0
1 parent 7458d80 commit d9cf5c5

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

debian/changelog

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
cinnamon-settings-daemon (6.6.0) zena; urgency=medium
2+
3+
[ Pavel Timofeev ]
4+
* Cosmetic change: rename g-s-d to c-s-d (#409)
5+
6+
[ JosephMcc ]
7+
* media-keys: Add labels for show_osd() (#403)
8+
9+
[ Matt Turnbull ]
10+
* Add options to call generate-tz-header as part of the build process. (#405)
11+
12+
[ Michael Webster ]
13+
* Update tz-coords.h.
14+
15+
[ Michael Schuster ]
16+
* nightlight: Implement schedule mode 'always' (#408)
17+
18+
[ Michael Webster ]
19+
* power: Cleanup upower version checks.
20+
* Adjust upower minimum version.
21+
* generate-tz-header.py: Fix position coordinate parsing.
22+
* Adapt to keyboard layout modernization, remove libgnomekbd dep.
23+
* Fix deps
24+
* Move some x11-only from the keyboard to xsettings module.
25+
* build: Remove -dev package, don't install csd-enums, don't generate a pkgconfig file, make libcsd static.
26+
* csd-autorun.c: Remove hidden 'hold shift key' feature.
27+
28+
[ Clement Lefebvre ]
29+
* Switch to XApp symbolic icons
30+
31+
[ Eli Schwartz ]
32+
* drop xfixes build dependency
33+
* clean up dependency checks for wacom bits
34+
35+
[ Michael Webster ]
36+
* debian/control: Adapt to removal of -dev package, update .gitignore.
37+
38+
[ Clement Lefebvre ]
39+
* Switch to xapp-symbolic-icons (XSI)
40+
41+
[ Eli Schwartz ]
42+
* meson: remove extraneous libpulse dep (#425)
43+
44+
[ Michael Webster ]
45+
* debian/control: Remove libpulse-dev.
46+
47+
[ Oliver Kästner ]
48+
* csd-power: drop unused Tooltip dbus property (#422)
49+
50+
[ Clement Lefebvre ]
51+
* l10n: Update POT
52+
* packaging: Fix csd-dev removal
53+
54+
-- Clement Lefebvre <[email protected]> Tue, 25 Nov 2025 14:41:46 +0000
55+
156
cinnamon-settings-daemon (6.4.3) xia; urgency=medium
257

358
* packaging: Remove recommends/suggests

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('cinnamon-settings-daemon', 'c', version : '6.4.3', meson_version : '>=0.56.0')
1+
project('cinnamon-settings-daemon', 'c', version : '6.6.0', meson_version : '>=0.56.0')
22

33
gnome = import('gnome')
44
i18n = import('i18n')

0 commit comments

Comments
 (0)