summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2014-05-27 21:35:37 +0200
committerFlorian Müllner <fmuellner@gnome.org>2014-05-27 21:35:37 +0200
commit2d3c81390b5d2aa31918690ecb73d4261ffe7633 (patch)
tree4ae1a02314f0af1b0d51512a503833ac5879316d
parent516b8f6bf8d9e74b63c664a4fc239210bb3079b3 (diff)
Bump version to 3.13.2
Update NEWS.
-rw-r--r--NEWS24
-rw-r--r--configure.ac4
2 files changed, 26 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 208578bf..64aab240 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+3.13.2
+======
+* Make airplane mode menu insensitive in lock screen [Giovanni; #729224]
+* Don't always extend struts to the screen edge [Florian; #683819]
+* Fix keynav for alternatives in AltSwitcher [Florian; #727259]
+* Implement window menus in the shell [Jasper; #726352]
+* Support resource:/// URLs in GNOME_SHELL_JS envvar [Owen; #730409]
+* Fix switcher popups with keybindings containing Escape [Rui; #730739]
+* Update extension-prefs UI to follow GNOME 3 patterns [Florian; #730829]
+* Add support for fallback app menu in window decorations [Florian; #730752]
+* Fix keynav escaping open app folders [Florian; #726760]
+* Misc. bug fixes [Kalev, Florian, Owen; #729429, #728449, #730408, #730753,
+ #730653]
+
+Contributors:
+ Giovanni Campagna, Piotr Drąg, Kalev Lember, Rui Matos, Florian Müllner,
+ Vadim Rutkovsky, Carlos Soriano, Jasper St. Pierre, Owen W. Taylor
+
+Translations:
+ Ihar Hrachyshka [be], Giovanni Campagna [it], Carles Ferrando [ca@valencia],
+ Daniel Mustieles [es], Aurimas Černius [lt], Enrico Nicoletto [pt_BR],
+ Yosef Or Boczko [he], Marek Černocký [cs], Muhammet Kara [tr],
+ Georges Neto [pt_BR], Andika Triwidada [id]
+
3.13.1
======
* Ensure the currently focused app icon is viewable [Rui; #726759]
diff --git a/configure.ac b/configure.ac
index 8b0fe946..34bf24d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.63)
-AC_INIT([gnome-shell],[3.13.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
+AC_INIT([gnome-shell],[3.13.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])
@@ -76,7 +76,7 @@ AC_MSG_RESULT($enable_systemd)
CLUTTER_MIN_VERSION=1.15.90
GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1
GJS_MIN_VERSION=1.39.0
-MUTTER_MIN_VERSION=3.13.1
+MUTTER_MIN_VERSION=3.13.2
GTK_MIN_VERSION=3.7.9
GIO_MIN_VERSION=2.37.0
LIBECAL_MIN_VERSION=3.5.3