Skip to content

Commit cd3e5f9

Browse files
committed
4.6.0
1 parent f2c6cb7 commit cd3e5f9

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

debian/changelog

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
cinnamon-desktop (4.6.0) ulyana; urgency=medium
2+
3+
[ Markus Teich ]
4+
* Add custom-screensaver-command to gsettings schema
5+
6+
[ Michael Webster ]
7+
* gnome-rr-*: Allow setting non-integer refresh rates.
8+
* Allow per-monitor fractional scaling using xrandr.
9+
* Make global scale a configuration-specific value.
10+
* gnome-rr-config.c: Comment out some unused code.
11+
12+
[ Lars Mueller ]
13+
* Fix scale calculation for cinnamon-control-center's display panel
14+
15+
[ Michael Webster ]
16+
* debian/control: Remove gnome-doc-utils build dep.
17+
18+
-- Clement Lefebvre <[email protected]> Tue, 12 May 2020 13:49:08 +0100
19+
120
cinnamon-desktop (4.4.1) tricia; urgency=medium
221

322
* Clock: Fix date format when LC_TIME and LANGUAGE are the same, or LC_TIME is NULL (#142)

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Meson build file
22

33
# https://github.com/linuxmint/cinnamon-desktop
4-
project('cinnamon-desktop', 'c', version: '4.4.1',
4+
project('cinnamon-desktop', 'c', version: '4.6.0',
55
meson_version: '>=0.41.0'
66
)
77

0 commit comments

Comments
 (0)