From 7d0eb154733af2c7bb45c7929e7ccc4f8508ed58 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Tue, 26 Nov 2024 13:03:20 +0000 Subject: [PATCH] 6.4.0 --- debian/changelog | 22 ++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ada5d3b..a0815b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +cinnamon-control-center (6.4.0) xia; urgency=medium + + [ Eli Schwartz ] + * meson: remove CFLAGS that were carried over from decades ago and aren't needed (#343) + + [ EarldridgeJazzedPineda ] + * network: prevent redefinition error when building with musl libc (#344) + + [ Michael Webster ] + * Remove datetime panel (long-unused). + * Clean up some obsolete dependencies. + * color-panel: Replace broken package-kit installation of gnome- color-manager with apturl (if available). + * Fix build from gnome_installer removal from cinnamon-desktop. + + [ Douglas Kosovic ] + * network: Could not load editor VPN plugin warning (#346) + + [ Clement Lefebvre ] + * l10n: Update POT + + -- Clement Lefebvre Tue, 26 Nov 2024 13:02:54 +0000 + cinnamon-control-center (6.2.0) wilma; urgency=medium [ Matt Turnbull ] diff --git a/meson.build b/meson.build index eba73b6..8acef66 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('cinnamon-control-center', 'c', version : '6.2.0', meson_version : '>=0.56.0') +project('cinnamon-control-center', 'c', version : '6.4.0', meson_version : '>=0.56.0') i18n = import('i18n') pkgconfig = import('pkgconfig')