diff --git a/NEWS b/NEWS index 885b87faf..71e7ea35f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +3.1.90.1 +======== + +* Fix typo that was breaking the "Login Screen" mode [Marc-Antoine] +* Fix build with new gobject-introspection [Dan] +* Use a better icon for removable devices [Cosimo; #657757] +* Add support for asynchronous search provides [Philippe, Jasper, Seif; #655220] +* Misc bug fixes [Alex, Guillaume, Jasper; #657657, #657696] +* Misc build fixes [Adel; #657697] + +Contributors: + Cosimo Cecchi, Guillaume Desmottes, Adel Gadllah, Alexander Larsson, Seif Lotfy, + Philippe Normand, Marc-Antoine Perennou, Jasper St. Pierre, Dan Winship + +Translations: + Jorge González, Daniel Mustieles [es], Stas Solovey [ru] + 3.1.90 ====== * Add an on-screen keyboard that uses Caribou as a backend diff --git a/configure.ac b/configure.ac index 692f1575d..2593cf6cb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.1.90],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.1.90.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/shell-global.c])