From f585134c114797aae27f1a82013c665a5c1b94ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 14 Sep 2024 21:51:41 +0200 Subject: [PATCH] Bump version to 46.5 Update NEWS. --- NEWS | 24 ++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 06e409558..8f5c7c1f5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +46.5 +==== +* Fix drag and drop between X11 and wayland clients [Carlos; !3821] +* Fix drag and drop from grabbing popups [Carlos; !3937] +* Fix EGLDevice support [Daniel; !3939] +* Fix frozen cursor on some hybrid machines [Daniel; !3950] +* Fix touch window dragging with pointer lock enabled [Carlos; !3889] +* Fix propagating tablet device removals to clients [Peter; !3955] +* Fix tablet input in maximized windows [Peter; !3956] +* Reduce damage on window movement [Christian; !3975] +* Fix frozen cursor after suspend [Jonas; !3982] +* Fix using modifiers on multi-GPU setups [José; !3998] +* Fixed crashes [Marco, Jonas; !3978, !3960] +* Misc. bug fixes and cleanups [Daniel, Michel, Sebastian, Bilal, Peter; + #3597, !3946, !3903, !3914, !3954, !3912, !3837, !3959] + +Contributors: + Jonas Ådahl, Michel Dänzer, Bilal Elmoussaoui, José Expósito, Carlos Garnacho, + Christian Hergert, Peter Hutterer, Marco Trevisan (Treviño), Daniel van Vugt, + Sebastian Wick + +Translators: + Daniel Șerbănescu [ro], Vasil Pupkin [be] + 46.4 ==== * Fix nested popovers on wayland [Carlos; !3874] diff --git a/meson.build b/meson.build index 3bd61f5b4..e08d0f24d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mutter', 'c', - version: '46.4', + version: '46.5', meson_version: '>= 0.60.0', license: 'GPLv2+' )