Skip to content

Commit

Permalink
6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Jun 11, 2024
1 parent ae916c9 commit cefff5b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
28 changes: 28 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
cinnamon-control-center (6.2.0) wilma; urgency=medium

[ Matt Turnbull ]
* Fix optional wayland handling in cc-display-panel (#323)

[ Michael Webster ]
* cc-display-panel.c: Use correct type for dbus label colors.

[ Clement Lefebvre ]
* Remove Online Accounts panel
* l10n: Update POT

[ Leigh Scott ]
* Remove gnome-online-accounts dependency (#327)
* Update cc-wacom-panel.c: Fix name (#331)

[ Rick Calixte ]
* Apply edits from Codespell (#333)

[ Oliver Kästner ]
* network: better default settings for cellular connections (#330)
* network: fix crash when adding cellular connection (#329)

[ Clement Lefebvre ]
* l10n: Update files

-- Clement Lefebvre <root@linuxmint.com> Tue, 11 Jun 2024 17:01:01 +0100

cinnamon-control-center (6.0.1) virginia; urgency=medium

[ Leigh Scott ]
Expand Down
5 changes: 1 addition & 4 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
project('cinnamon-control-center', 'c',
version: '6.0.1',
meson_version: '>=0.56.0',
)
project('cinnamon-control-center', 'c', version : '6.2.0', meson_version : '>=0.56.0')

i18n = import('i18n')
pkgconfig = import('pkgconfig')
Expand Down

0 comments on commit cefff5b

Please sign in to comment.