diff mbox series

[meta-gnome,1/3] mutter: update 46.1 -> 46.2

Message ID 20240528101643.2314146-1-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-gnome,1/3] mutter: update 46.1 -> 46.2 | expand

Commit Message

Markus Volk May 28, 2024, 10:16 a.m. UTC
46.2
====
* Fix hardware cursor with non-atomic KMS drivers [Daniel; !3676]
* Fix night light state getting stuck on monitor changes [Michel; !3742]
* Fix sending preferred buffer transform [Robert; !3717]
* Fix key press events with immediate release being ignored [Carlos; !3721]
* Fix unsetting clipboard on screen lock [Florian; !3752]
* Fix wrong input region of undecorated X11 windows [Sebastian K.; !3720]
* Fix windows potentially shrinking unexpectedly on configure [Jonas Å.; !3755]
* Fix popup menus sometimes closing immediately [Jonas D.; !3631]
* Fixed crashes [Michel, Carlos, Keyu, Jonas Å., Sebastian K.; !3725, !3763,
  !3715, !3711, !3758, !3749]
* Misc. bug fixes and cleanups [Florian, Echo, Michel, Jonas Å., Sebastian W.,
  Corentin, Bilal; !3723, !3744, !3737, !3743, !3735, !3731, !3700, !3750,
  !3757, !3754, !3748, !3730, !3775]

Contributors:
  Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Bilal Elmoussaoui, Carlos Garnacho,
  Echo J, Sebastian Keller, Robert Mader, Florian Müllner, Corentin Noël,
  Keyu Tao, Marco Trevisan (Treviño), Daniel van Vugt, Sebastian Wick

Translators:
  Hugo Carvalho [pt], Leônidas Araújo [pt_BR]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../recipes-gnome/mutter/{mutter_46.1.bb => mutter_46.2.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/mutter/{mutter_46.1.bb => mutter_46.2.bb} (97%)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/mutter/mutter_46.1.bb b/meta-gnome/recipes-gnome/mutter/mutter_46.2.bb
similarity index 97%
rename from meta-gnome/recipes-gnome/mutter/mutter_46.1.bb
rename to meta-gnome/recipes-gnome/mutter/mutter_46.2.bb
index b60ffefb0..6a121b09c 100644
--- a/meta-gnome/recipes-gnome/mutter/mutter_46.1.bb
+++ b/meta-gnome/recipes-gnome/mutter/mutter_46.2.bb
@@ -24,7 +24,7 @@  DEPENDS = " \
 
 inherit gnomebase gsettings gobject-introspection gettext features_check
 
-SRC_URI[archive.sha256sum] = "63b2660dd0fa193fa662c80ee12eb8b16f2b8c3bc3896366200c79943824d51d"
+SRC_URI[archive.sha256sum] = "009baa77f8362612caa2e18c338a1b3c8aad3b5fe2964c2fef7824d321228983"
 
 # x11 is still manadatory - see meson.build
 REQUIRED_DISTRO_FEATURES = "wayland x11 polkit"