diff --git a/debian/changelog b/debian/changelog index 4b8136e129..81e0d33971 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +cinnamon (6.4.5) xia; urgency=medium + + [ fredcw ] + * dialog.js: add style class dialog-button-box (#12601) + + [ Michael Webster ] + * virtualKeyboard.js: Re-enable focus monitoring. + * main.js: Handle an end-session-dialog failure to show. + + [ Clement Lefebvre ] + * power applet: Fix typo + * power applet: Apply the proper class name to the active profile + * closeDialog: Fix exception when the window has no app + + [ Michael Webster ] + * eventView.js: (minor) Fix possible undefined argument for set_events(). + + -- Clement Lefebvre Thu, 09 Jan 2025 16:44:59 +0000 + cinnamon (6.4.4) xia; urgency=medium [ Clement Lefebvre ] diff --git a/meson.build b/meson.build index a370d362e8..37150450b1 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('Cinnamon', 'c', version : '6.4.4', meson_version : '>=0.56.0') +project('Cinnamon', 'c', version : '6.4.5', meson_version : '>=0.56.0') gnome = import('gnome') i18n = import('i18n')