summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2014-05-14 10:39:36 +0200
committerFlorian Müllner <fmuellner@gnome.org>2014-05-14 10:39:36 +0200
commit42619cdd3b9ee36f6ebde80614373a74bb2326db (patch)
tree1457a15e49e7a6606755e41b3fabec598275782e
parent76ea1f4dcad442f889e6b5b89dea5a838d769534 (diff)
Bump version to 3.12.2gnome-3-12
Update NEWS.
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8e6b5a38..dcc0d528 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 abf15e29..28b4f33f 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])