diff --git a/NEWS b/NEWS index 8e6b5a389..dcc0d5287 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +3.12.2 +====== +* Fix turning off airplane mode [Giovanni; #728512] +* Handle empty VPN keyfiles [Adel; #728681] +* Fix setting zero-level in osdWindow [Bastien; #727384] +* Fix removal of multiple workspace thumbnails at once [Florian; #728820] +* Make airplane mode menu insensitive in lock screen [Giovanni; #729224] +* Fix keynav for alternatives in AltSwitcher [Florian; #727259] +* Fix zombie search providers showing up [Jasper; #728597] + +Contributors: + Giovanni Campagna, Adel Gadllah, Florian Müllner, Bastien Nocera, + Jasper St. Pierre + +Translations: + Wouter Bolsterlee [nl], Daniel Korostil [uk], Ihar Hrachyshka [be], + Giovanni Campagna [it], Carles Ferrando [ca@valencia] + 3.12.1 ====== * Ensure the currently focused app icon is viewable [Rui; #726759] diff --git a/configure.ac b/configure.ac index abf15e29d..28b4f33f1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.12.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.12.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/shell-global.c])