From 6ebabd50c624368a4cf91d04eb2ee6d7019424cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 11 Oct 2016 00:36:46 +0200 Subject: [PATCH] Bump version to 3.22.1 Update NEWS. --- NEWS | 15 +++++++++++++++ configure.ac | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d9226a65e..863171e86 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +3.22.1 +====== +* Fix hidden network indicator on startup [Florian; #772249] +* Fix order of windows with modal dialogs in window switcher [Florian; #747153] +* Fix feedback loop between StClipboard and X11 bridge [Carlos; #760745] +* Reliably match windows from Flatpak apps [Florian; #772615] +* Misc. bug fixes [Philip; #742249] + +Contributors: + Philip Chimento, Carlos Garnacho, Florian Müllner + +Translations: + Inaki Larranaga Murgoitio [eu], Khaled Hosny [ar], BM [uz@cyrillic], + Milo Casagrande [it], Cheng-Chia Tseng [zh_TW], gogo [hr] + 3.22.0 ====== * Misc. bug fixes [Florian, Rui; #771391, #771536] #771656] diff --git a/configure.ac b/configure.ac index 4098b4fc7..7d47643f5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.22.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.22.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AX_IS_RELEASE([git-directory]) AC_CONFIG_HEADERS([config.h]) @@ -78,7 +78,7 @@ AC_MSG_RESULT($enable_systemd) CLUTTER_MIN_VERSION=1.21.5 GOBJECT_INTROSPECTION_MIN_VERSION=1.49.1 GJS_MIN_VERSION=1.39.0 -MUTTER_MIN_VERSION=3.22.0 +MUTTER_MIN_VERSION=3.22.1 GTK_MIN_VERSION=3.15.0 GIO_MIN_VERSION=2.45.3 LIBECAL_MIN_VERSION=3.5.3