From cefff5b82676246055600e0d50f0384b991142d0 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Tue, 11 Jun 2024 17:01:42 +0100 Subject: [PATCH] 6.2.0 --- debian/changelog | 28 ++++++++++++++++++++++++++++ meson.build | 5 +---- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4ab1507..ada5d3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 11 Jun 2024 17:01:01 +0100 + cinnamon-control-center (6.0.1) virginia; urgency=medium [ Leigh Scott ] diff --git a/meson.build b/meson.build index 97b82d7..7362fea 100644 --- a/meson.build +++ b/meson.build @@ -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')