diff --git a/NEWS b/NEWS index 2a8e2c4e7..1adf1758a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +3.21.90 +======= +* Improve on-screen keyboard on wayland [Carlos; #765009] +* Misc. bug fixes [Florian; #769156, #769216, #769074] + +Contributors: + Carlos Garnacho, Florian Müllner + +Translations: + Fabio Tomat [fur], Tiago Santos [pt], Daniel Mustieles [es], + Bernd Homuth [de], Aurimas Černius [lt], Balázs Úr [hu], + Yosef Or Boczko [he], Jiri Grönroos [fi], Marek Cernocky [cs], + Muhammet Kara [tr], Enrico Nicoletto [pt_BR], Andika Triwidada [id] + 3.21.4 ====== * overview: Fix switching workspaces when scrolling on non-primary monitors diff --git a/configure.ac b/configure.ac index 3c0258566..71bfe67a2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.21.4],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.21.90],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AX_IS_RELEASE([git-directory]) AC_CONFIG_HEADERS([config.h]) @@ -78,7 +78,7 @@ AC_MSG_RESULT($enable_systemd) CLUTTER_MIN_VERSION=1.21.5 GOBJECT_INTROSPECTION_MIN_VERSION=1.49.1 GJS_MIN_VERSION=1.39.0 -MUTTER_MIN_VERSION=3.21.4 +MUTTER_MIN_VERSION=3.21.90 GTK_MIN_VERSION=3.15.0 GIO_MIN_VERSION=2.45.3 LIBECAL_MIN_VERSION=3.5.3