From 0077d3daad778d2ebf28a4526f52676cbf662d64 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Thu, 19 Dec 2024 16:22:50 +0000 Subject: [PATCH] 6.4.3 --- debian/changelog | 20 ++++++++++++++++++++ meson.build | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6f58df402f..198c7f3112 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +cinnamon (6.4.3) xia; urgency=medium + + [ JosephMcc ] + * theme: Fix missing text on virtual keyboard (#12572) + + [ Clement Lefebvre ] + * Looking glass: Usability improvements + + [ JosephMcc ] + * theme: Fix rounding in submenus (#12573) + * theme: Fix rounding and spacing in GWL window previews (#12571) + + [ Clement Lefebvre ] + * dialogs: Respect animation settings + * Add logging and settings for nm/polkit/ssh agents + * PolkitAgent: don't crash if there is no avatar If we're asking for root's password, we don't show an avatar. Don't emit an exception in that case. + * polKitAgent: Don't crash when we cannot enable/disable the auth agent This makes it easier to run with jhbuild. + + -- Clement Lefebvre Thu, 19 Dec 2024 16:22:28 +0000 + cinnamon (6.4.2) xia; urgency=medium [ Karl Knechtel ] diff --git a/meson.build b/meson.build index c61f00403b..aae217cf90 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('Cinnamon', 'c', version : '6.4.2', meson_version : '>=0.56.0') +project('Cinnamon', 'c', version : '6.4.3', meson_version : '>=0.56.0') gnome = import('gnome') i18n = import('i18n')