Skip to content

Commit 4cd1b7f

Browse files
committed
5.0.0
1 parent 42df7c4 commit 4cd1b7f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

debian/changelog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
cinnamon-desktop (5.0.0) uma; urgency=medium
2+
3+
[ Leigh Scott ]
4+
* avoid deprecated g_type_class_add_private
5+
6+
[ Michael Webster ]
7+
* libcinnamon-desktop: Fix some various build warnings, and an incorrect free.
8+
9+
[ simon ]
10+
* gnome-bg.c: fix a leak https://gitlab.gnome.org/GNOME/gnome-desktop/-/commit/af0f0fbb835e5bb22b7bce4581d3f081462b5f5b and another similar instance
11+
12+
[ Joshua Peisach ]
13+
* Always parse date/time integers in base-10
14+
15+
-- Clement Lefebvre <[email protected]> Thu, 27 May 2021 14:59:26 +0100
16+
117
cinnamon-desktop (4.8.1) ulyssa; urgency=medium
218

319
[ sudorook ]

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: '4.8.1',
4+
project('cinnamon-desktop', 'c', version: '5.0.0',
55
meson_version: '>=0.41.0'
66
)
77

0 commit comments

Comments
 (0)