Skip to content

Commit 28006f9

Browse files
committed
5.6.0
1 parent 97f1271 commit 28006f9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

debian/changelog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
cinnamon-desktop (5.6.0) vera; urgency=medium
2+
3+
[ Michael Webster ]
4+
* Fix some introspection problems.
5+
* Use github instead of circleci.
6+
* Keybindings: Add a default keybinding for 'switch-panels-backward'.
7+
* gvc-channel-map.c: Fix return with a value in a void function.
8+
* gnome-wall-clock.c: Fix a gi scanner warning.
9+
10+
[ Joshua Peisach ]
11+
* fix a null pointer deref scan-build found
12+
13+
[ Rick Calixte ]
14+
* Add a setting for notification duration (#215)
15+
16+
-- Clement Lefebvre <[email protected]> Thu, 17 Nov 2022 09:59:49 +0000
17+
118
cinnamon-desktop (5.4.2) vanessa; urgency=medium
219

320
[ Rick Calixte ]

meson.build

Lines changed: 1 addition & 1 deletion
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: '5.4.2',
4+
project('cinnamon-desktop', 'c', version: '5.6.0',
55
meson_version: '>=0.50.0'
66
)
77

0 commit comments

Comments
 (0)