From c34b09d89b627cf2fbec0433951d9133e15b5a29 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Tue, 26 Nov 2024 12:50:12 +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 956e675f0..00f630ca2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +muffin (6.4.0) xia; urgency=medium + + [ Michael Webster ] + * window-x11.c: Handle a special case for sending a ConfigureNotify event. + + [ Leigh Scott ] + * Change all g_memdup() to g_memdup2() (#699) + + [ Kevin Langman ] + * Make clutter_offscreen_effect_get_target available to Cjs (#702) + + [ Rick Calixte ] + * gir: Correct usage of the closure annotation (#704) + + [ AxeldeWater ] + * Update README.md to mention the fact that Muffin is a fork of Mutter, instead of the default readme from Mutter (#697) + + [ jknockel ] + * constraints: Allow resize of windows moved above screen (#696) + + -- Clement Lefebvre Tue, 26 Nov 2024 12:49:42 +0000 + muffin (6.2.0) wilma; urgency=medium [ Clement Lefebvre ] diff --git a/meson.build b/meson.build index 04e949c82..cece94fd5 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('muffin', 'c', version : '6.2.0', meson_version : '>=0.56.0', license : 'GPLv2+') +project('muffin', 'c', version : '6.4.0', meson_version : '>=0.56.0', license : 'GPLv2+') mutter_plugin_api_version = '3'