diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-05-28 12:16:41 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-05-29 20:57:54 -0700 |
commit | 378a095d2de3360b886a6f2ad5a77e70b9ff3db1 (patch) | |
tree | 7defb2e66e81199935e254018bde4b1318186fba /meta-gnome | |
parent | cc4e9fbd823a9af1f6b8f622ce86d62172ee9ade (diff) | |
download | meta-openembedded-378a095d2de3360b886a6f2ad5a77e70b9ff3db1.tar.gz |
mutter: update 46.1 -> 46.2
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/mutter/mutter_46.2.bb (renamed from meta-gnome/recipes-gnome/mutter/mutter_46.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/mutter/mutter_46.1.bb b/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 = " \ | |||
24 | 24 | ||
25 | inherit gnomebase gsettings gobject-introspection gettext features_check | 25 | inherit gnomebase gsettings gobject-introspection gettext features_check |
26 | 26 | ||
27 | SRC_URI[archive.sha256sum] = "63b2660dd0fa193fa662c80ee12eb8b16f2b8c3bc3896366200c79943824d51d" | 27 | SRC_URI[archive.sha256sum] = "009baa77f8362612caa2e18c338a1b3c8aad3b5fe2964c2fef7824d321228983" |
28 | 28 | ||
29 | # x11 is still manadatory - see meson.build | 29 | # x11 is still manadatory - see meson.build |
30 | REQUIRED_DISTRO_FEATURES = "wayland x11 polkit" | 30 | REQUIRED_DISTRO_FEATURES = "wayland x11 polkit" |