From 9aefdd415cf3ac152bfd9563b3b799ac5e1393f7 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Tue, 11 Jun 2024 17:06:46 +0100 Subject: [PATCH] 6.2.0 --- debian/changelog | 27 +++++++++++++++++++++++++++ meson.build | 6 +----- 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 03f8acc05..956e675f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +muffin (6.2.0) wilma; urgency=medium + + [ Clement Lefebvre ] + * packaging: Forbid compilation if the symbols file is outdated + * packaging: Update symbols file + + [ Leigh Scott ] + * Fix compile issue (#683) + * build: Use Xwayland pkg-config if available (#682) + + [ Michael Webster ] + * meta-input-settings-x11.c: Don't warn about receiving more values than expected from libinput. + + [ Rick Calixte ] + * Fix segfault during Alt-Tab when window focus mode is either 'Sloppy' or 'Mouse' (gdb backtrace attached) (#680) + + [ jknockel ] + * meta-crtc-xrandr.c: use nearest neighbor filter for integer randr scales (#692) + * meta-monitor-manager-xrandr.c: DeleteMonitor before SetMonitor (#693) + + [ Jeffrey Knockel ] + * meta-monitor-manager-xrandr.c: fix crtc disabling + * meta-monitor-manager-xrandr.c: fix screen size + * meta-monitor-manager-xrandr.c: screen size fixes + + -- Clement Lefebvre Tue, 11 Jun 2024 17:06:29 +0100 + muffin (6.0.1) virginia; urgency=medium [ Michael Webster ] diff --git a/meson.build b/meson.build index 4f1a646da..463b06ab9 100644 --- a/meson.build +++ b/meson.build @@ -1,8 +1,4 @@ -project('muffin', 'c', - version: '6.0.1', - meson_version: '>=0.56.0', - license: 'GPLv2+' -) +project('muffin', 'c', version : '6.2.0', meson_version : '>=0.56.0', license : 'GPLv2+') mutter_plugin_api_version = '3'