From 60706f72d436ed0de5132e7a34707ae1c9da5d8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 27 May 2015 10:29:07 +0200 Subject: [PATCH] Bump version to 3.17.2 Update NEWS. --- NEWS | 19 +++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 369845695..3031aedd1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +3.17.2 +====== +* Remove StTable widget [Florian; #703833] +* Increase visibility of expanders in alt-tab popup [Jakub; #745058] +* Ensure suspend inhibitors are released when VT switched away [Rui; #749228] +* Use iio-sensor-proxy directly for orientation lock [Bastien; #749671] +* Misc. bug fixes [Florian, Lan, Carlos; #749279, #749383, #749529, #749490, + #749742] + +Contributors: + Carlos Garnacho, Ting-Wei Lan, Rui Matos, Florian Müllner, Bastien Nocera, + Jakub Steiner + +Translations: + Yosef Or Boczko [he], sun [zh_CN], Felipe Braga [pt_BR], + Victor Ibragimov [tg], Gábor Kelemen [hu], Cédric Valmary [oc], + Dušan Kazik [sk], Kjartan Maraas [nb], Bruno Ramalhete [pt], + Matej Urbančič [sl], Daniel Mustieles [es] + 3.17.1 ====== * Add Display Settings entry to background menu [Meet; #697346] diff --git a/configure.ac b/configure.ac index c34332ff3..867f1408f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.17.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.17.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.21.5 GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1 GJS_MIN_VERSION=1.39.0 -MUTTER_MIN_VERSION=3.17.1 +MUTTER_MIN_VERSION=3.17.2 GTK_MIN_VERSION=3.15.0 GIO_MIN_VERSION=2.37.0 LIBECAL_MIN_VERSION=3.5.3