diff --git a/NEWS b/NEWS index 09d5a8467..7e432025b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +3.10.3 +====== +* Fix reentrancy issue in message tray [Jasper; #711694] +* Fix resetting prompt on user switch [Ray; #710456] +* Fix screen shield on login screen [Florian; #719378] +* Catch more extension errors on enable/disable [Sebastien; #688331] +* Fix entry focus of chat notifications [Jasper; #709853] +* Fix app switcher order with dialog windows [Florian; #719824] +* Allow remote search providers without icons [Debarshi; #719965] +* Fix ref-counting issue in ShellApp [Giovanni; #721439] + +Contributors: + Giovanni Campagna, Sebastien Lafargue, Florian Müllner, Debarshi Ray, + Jasper St. Pierre, Ray Strode + +Translations: + Emin Tufan Çetin [tr], Muhammet Kara [tr], A S Alam [pa], Khaled Hosny [ar], + Dušan Kazik [sk], Wylmer Wang [zh_CN], Benjamin Steinwender [de], + Matej Urbančič [sl], Aurimas Černius [lt], Rafael Ferreira [pt_BR], + Andika Triwidada [id], Marek Černocký [cs], Tong Hui [zh_CN], + Adorilson Bezerra [pt_BR], Christian Kirbach [de], + Мирослав Николић [sr, sr@latin] + 3.10.2.1 ======== * Lower mutter requirement to not end up without wayland support diff --git a/configure.ac b/configure.ac index 334323ac8..c95da8aa2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.10.2.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.10.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/shell-global.c])