diff mbox series

[meta-gnome,2/4] mutter: update 47.1 -> 47.3

Message ID 20241211080700.104771-2-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-gnome,1/4] gnome-control-center: update 47.1.1 -> 47.2 | expand

Commit Message

Markus Volk Dec. 11, 2024, 8:06 a.m. UTC
47.3
====
* Fix maximized X11 when using native xwayland scaling [Jonas; !4147]
* Fix blank screen in remote headless sessions [Jonas; !4152]
* Fix touch-triggered popups being cancelled too early [Carlos; !4166]
* Fix pointer cursor during compositor grabs [Carlos; !4166]
* Fixed crash [Michel; !4148]

Contributors:
  Michel Dänzer, Jonas Ådahl, Carlos Garnacho

47.2
====
* Fix warping pointer after releasing pointer constraints [Sebastian K.; !4098]
* Default to high thread instead of realtime priority for KMS thread
  [Jonas Å.; !4124]
* Avoid CPU stalls with NVIDIA secondary GPUs with directly-attached monitors
  [Gert-dev; !4015]
* Fix updating cursor immediately when starting window drag [Olivier; !3639]
* Add pipeline hooks to user program pipelines [Sebastian W.; !4037]
* Prefer GPUs with built-in panels connected as primary GPU [Mario; !4114]
* Fix cursor glitches when using virtual monitors [Jonas Å.; !4066]
* Ensure frame events are sent for cursor surfaces [Michel; !4113]
* Allow BGRX8888 format on big endian [Jocelyn; !4088]
* Fix touchscreen drag-and-drop on wayland [Alessandro; !4091]
* Fixed crashes [Robert, Jonas D., Peter, Michel; !3176, !3650, !4117, !4136]
* Misc. bug fixes and cleanups [Bilal, Michel, José, Sebastian W., Jonas Å.,
  Takao; !4087, !4057, !4109, !4116, !4123, !4064, !4065, !4128, !3604]

Contributors:
  Alessandro Astone, Jonas Dreßler, Michel Dänzer, Bilal Elmoussaoui,
  José Expósito, Jocelyn Falempe, Olivier Fourdan, Takao Fujiwara, Gert-dev,
  Peter Hutterer, Sebastian Keller, Mario Limonciello, Robert Obkircher,
  Sebastian Wick, Jonas Ådahl

Translators:
  Christian Kirbach [de], Nathan Follens [nl], Danial Behzadi [fa],
  Марко Костић [sr]

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

Patch

diff --git a/meta-gnome/recipes-gnome/mutter/mutter_47.1.bb b/meta-gnome/recipes-gnome/mutter/mutter_47.3.bb
similarity index 97%
rename from meta-gnome/recipes-gnome/mutter/mutter_47.1.bb
rename to meta-gnome/recipes-gnome/mutter/mutter_47.3.bb
index 1b49fa619..75129342a 100644
--- a/meta-gnome/recipes-gnome/mutter/mutter_47.1.bb
+++ b/meta-gnome/recipes-gnome/mutter/mutter_47.3.bb
@@ -24,7 +24,7 @@  DEPENDS = " \
 
 inherit gnomebase gsettings gobject-introspection gettext features_check
 
-SRC_URI[archive.sha256sum] = "905474a32cd99b34342cd69e74bb01971b387e2fa22361b6d99add109409ddc9"
+SRC_URI[archive.sha256sum] = "76421af6f90509cfdf1ab851d5ee58271e27e94aa8f7db521d5aa06daea6c560"
 
 # x11 is still manadatory - see meson.build
 REQUIRED_DISTRO_FEATURES = "wayland x11 polkit"