From 3dfced7976076cfab02eb6650f30273b7d36f8ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 14 May 2015 15:31:02 +0200 Subject: [PATCH] Bump version to 3.16.2 Update NEWS. --- NEWS | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7cea175d2..e72501a4e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +3.16.2 +====== +* Make event highlight in calendar more prominent [Jakub; #747715] +* Fix keyboard focus when focusing a notification banner [Florian; #747205] +* Move notification banners below the dateMenu [Meet, Florian; #745910] +* Increase visibility of expanders in alt-tab popup [Jakub; #745058] +* Ensure suspend inhibitors are released when VT switched away [Rui; #749228] +* Misc. bug fixes [Rui, Florian; #748541, #749279] + +Contributors: + Rui Matos, Florian Müllner, Meet Parikh, Jakub Steiner + +Translations: + Sveinn í Felli [is], sun [zh_CN], Cédric Valmary [oc] + 3.16.1 ====== * gdm: Move long session chooser menus to the side [Florian; #734352] diff --git a/configure.ac b/configure.ac index bf82316f6..d8a2ee7c5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.16.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.16.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])