From 803406d601922610d220ed3ed1a859a70c731f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 10 Nov 2016 14:52:38 +0100 Subject: [PATCH] Bump version to 3.22.2 Update NEWS. --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 863171e86..8b9c99028 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +3.22.2 +====== +* Fix OSD popup glitches [Cosimo; #772723, #772287] +* Request periodic scans while WiFi list is open [Dan; #767918] +* Always show primary network icon when connected [Florian; #773890] +* Misc. bug fixes [Carlos, Florian, Ray; #773875, #740043, #773893] + +Contributors: + Cosimo Cecchi, Carlos Garcia Campos, Florian Müllner, Ray Strode, Dan Williams + +Translations: + Kjartan Maraas [nb], Fabio Tomat [fur], Philip Chimento [zh_CN], + YunQiang Su [zh_CN], Piotr Drąg [pl], Stas Solovey [ru] + 3.22.1 ====== * Fix hidden network indicator on startup [Florian; #772249] diff --git a/configure.ac b/configure.ac index 7d47643f5..c8f89062f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.22.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.22.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AX_IS_RELEASE([git-directory]) AC_CONFIG_HEADERS([config.h])