From dafb7b52592d41635b5123b5e7f586a22e10c61b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 19 Dec 2013 21:54:37 +0100 Subject: [PATCH] Bump version to 3.11.3 Update NEWS. --- NEWS | 34 ++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e36f91679..1f75738d3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,37 @@ +3.11.3 +====== +* Fix fade effect of desktop icons [Florian; #707671] +* Fix issues with background management code [Jasper; #709313] +* Use new Glib facilities for application search [Jasper; #711631] +* Add focus indication to session menu button [Sebastien; #710539] +* Fix hover tracking for StEntries [Jasper; #706749] +* Fix reentrancy issue in message tray [Jasper; #711694] +* Tone down zoom animation on login/unlock [Jasper; #712362] +* Allow specifying monitor for OSD [Carlos; #712664] +* Fix resetting prompt on user switch [Ray; #710456] +* Stop using gnome-bluetooth-applet [Bastien; #719341] +* Add support for EAP-FAST password requests [Dan; #719813] +* Fix entry focus of chat notifications [Jasper; #709853] +* Make window previews keyboard navigatable [Jasper; #644306] +* Fix app switcher order with dialog windows [Florian; #719824] +* Allow remote search providers without icons [Debarshi; #719965] +* Fix various alignment issues in RTL locales [Yosef; #712638, #712596, + #712594, #712600, #712579] +* Misc. bug fixes and cleanups [Jasper, Florian, Giovanni, Dan; #712727, + #712753, #719378, #719730, #719803, #710115, #720017, #719815, #719567, + #720298] + +Contributors: + Giovanni Campagna, Carlos Garnacho, Sebastien Lafargue, Tim Lunn, + Florian Müllner, Bastien Nocera, Yosef Or Boczko, Debarshi Ray, + Jasper St. Pierre, Ray Strode, Dan Williams + +Translations: + Kjartan Maraas [nb], Reinout van Schouwen [nl], Rafael Ferreira [pt_BR], + Mattias Põldaru [et], Emin Tufan Çetin [tr], Jiri Grönroos [fi], + Khaled Hosny [ar], Fran Diéguez [gl], Victor Ibragimov [tg], + Daniel Mustieles [es] + 3.11.2 ====== * Cache search result display actors [Jasper; #704912] diff --git a/configure.ac b/configure.ac index 69187c24f..0238509a5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.11.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.11.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])