From f1b90f174ad355b327be9fa6e817488607df5e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 19 Feb 2016 18:12:28 +0100 Subject: [PATCH] Bump version to 3.19.90 Update NEWS. --- NEWS | 19 +++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ff90ff11b..90d9244ad 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +3.19.90 +======= +* Correctly identify VPN secret requests [Lubomir; #760999] +* Improve week number presentation [Jakub; #683245] +* Add audio device selection dialog [Florian; #760284] +* Add media controls to the time and date drop down [Florian; #756491] +* Fix IBus candidate popup position under wayland [Rui; #753476] +* Ask user to grant applications access to location [Zeeshan; #762119] +* Misc. bug fixes [Mario, Jakub, Florian; #761208, #761772, #762270] + +Contributors: + Zeeshan Ali (Khattak), Michael Catanzaro, Rui Matos, Florian Müllner, + Lubomir Rintel, Mario Sanchez Prada, Jakub Steiner + +Translations: + Alexander Shopov [bg], Balázs Meskó [hu], Fabio Tomat [fur], + Dušan Kazik [sk], Piotr Drąg [pl], Alexandre Franke [fr], + Mario Blättermann [de], Milo Casagrande [it], Jordi Mas [ca] + 3.19.4 ====== * gdm: Do not allow bypassing disabled Sign In button [Michael; #746180] diff --git a/configure.ac b/configure.ac index dceeeb804..b318299b3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.19.4],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.19.90],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AX_IS_RELEASE([git-directory]) AC_CONFIG_HEADERS([config.h]) @@ -77,7 +77,7 @@ AC_MSG_RESULT($enable_systemd) CLUTTER_MIN_VERSION=1.21.5 GOBJECT_INTROSPECTION_MIN_VERSION=1.45.4 GJS_MIN_VERSION=1.39.0 -MUTTER_MIN_VERSION=3.19.4 +MUTTER_MIN_VERSION=3.19.90 GTK_MIN_VERSION=3.15.0 GIO_MIN_VERSION=2.45.3 LIBECAL_MIN_VERSION=3.5.3