diff mbox series

[meta-gnome,2/2] mutter: Upgrade 45.0 -> 45.1

Message ID 20231104063136.40884-2-f_l_k@t-online.de
State New
Headers show
Series [meta-gnome,1/2] gnome-shell: Upgrade 45.0 -> 45.1 | expand

Commit Message

Markus Volk Nov. 4, 2023, 6:31 a.m. UTC
45.1
====
* Fix filtering keybinding events in presence of grabs [Sebastian K.; !3054]
* Fix direct scanout support when using integer scaling [Daniel; !3290]
* Fix capitalization of some keys when caps lock is on [Carlos; !3306]
* Fix vsync regression [Robert; !3286]
* Fix visibility of software cursors when using direct scanout [Robert; !3302]
* Fix artifacts at the bottom of some surfaces [Robert; !3310]
* Discard monitor configs with fractional scale when unusable [Jonas Å.; !3299]
* Apply track point settings [Rohan; !3089]
* xwayland: Enable XDG portal only when not nested [Olivier; !3303]
* Inhibit real-time scheduling when mode setting [Ray; !3324]
* Don't delay frame updates after idle period [Michel; !3174]
* Fix running Xwayland in headless setup with nvidia driver [Olivier; !3320]
* wayland: Send keyboard modifiers after the enter event  [Alexandros; !3341]
* Fixed crashes [Carlos, Jonas D., Robert, Sebastian W., Jonas Å.; !3287, !3283,
  !3311, !3322, !3318]
* Misc. bug fixes and cleanups [Daniel, Corentin, Carlos, Jonas Å., Ivan,
  Michel, Sebastian W., Robert, Barnabás, Peter; !3212, !3298, !3267, !3297,
  !3313, !3316, !3317, !3323, !3325, !3326, !3328, !3330, !3332, !3319]

Contributors:
  Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Olivier Fourdan,
  Alexandros Frantzis, Carlos Garnacho, Peter Hutterer, Rohan Hendrik Jotz-Lean,
  Sebastian Keller, Robert Mader, Ivan Molodetskikh, Florian Müllner,
  Corentin Noël, Barnabás Pőcze, Ray Strode, Daniel van Vugt, Sebastian Wick

Translators:
  Kristjan SCHMIDT [eo], Rafael Fontenelle [pt_BR], Guillaume Bernard [fr],
  Jordi Mas i Hernandez [ca], Florentina Mușat [ro]

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

Patch

diff --git a/meta-gnome/recipes-gnome/mutter/mutter_45.0.bb b/meta-gnome/recipes-gnome/mutter/mutter_45.1.bb
similarity index 97%
rename from meta-gnome/recipes-gnome/mutter/mutter_45.0.bb
rename to meta-gnome/recipes-gnome/mutter/mutter_45.1.bb
index 87d61c266..541991ba8 100644
--- a/meta-gnome/recipes-gnome/mutter/mutter_45.0.bb
+++ b/meta-gnome/recipes-gnome/mutter/mutter_45.1.bb
@@ -26,7 +26,7 @@  GNOMEBASEBUILDCLASS = "meson"
 
 inherit gnomebase gsettings gobject-introspection gettext features_check
 
-SRC_URI[archive.sha256sum] = "8fbc963019eda9ba52fca2f6c4c477efbc6e36eb4fa93f23174f02ff6b907715"
+SRC_URI[archive.sha256sum] = "2cd3c5efb22db76c79311cb1889a1aab2feb35b4a4dd03f3822aab7999da212c"
 
 # x11 is still manadatory - see meson.build
 REQUIRED_DISTRO_FEATURES = "wayland x11 polkit"