From 3b8951121fd220481ae9d892101f90660f4e6e61 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Mon, 1 Aug 2022 16:08:24 +0200 Subject: [PATCH] 5.4.9 --- debian/changelog | 22 ++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a3464bec70..029e0e301f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +cinnamon (5.4.9) vanessa; urgency=medium + + [ Michael Webster ] + * sound applet: Fix the context menu's input mute icon. + + [ JosephMcc ] + * thumbails: Update the Adwaita thumbnails for cs_themes (#10968) + + [ tedlava ] + * Imported submodule explicitly from PIL to fix bug (#10955) + + [ Michael Webster ] + * cinnamon-gtk-embed: Clamp transparency of the tray icon's underlying MetaWindowActor. + * cinnamon-window-tracker: Use a different method for matching existing apps and new windows by pid. + * gwl: Fix updating tooltips and previews when the applet's panel is move to the top edge. + * windowManager: Fix a missing default case, return early when individual effects are disabled, not just when they all are. + * signalManager: Make it slightly easier to debug signals and access- after-destroy warnings. + * gwl: Disconnect size notify signals from actors when they become unmanaged. + * windowManager.js: Fix gtk popup menu animations. + + -- Clement Lefebvre Mon, 01 Aug 2022 16:07:57 +0200 + cinnamon (5.4.8) vanessa; urgency=medium [ Michael Webster ] diff --git a/meson.build b/meson.build index 89773f4072..5fd9d58682 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('Cinnamon', 'c', version : '5.4.8', meson_version : '>=0.47.0') +project('Cinnamon', 'c', version : '5.4.9', meson_version : '>=0.47.0') gnome = import('gnome') i18n = import('i18n')