From d18ec919dd9e9fb378f785c88b981e55957804b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 14 Apr 2015 23:10:16 +0200 Subject: [PATCH] Bump version to 3.16.1 Update NEWS. --- NEWS | 28 ++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 52add77c7..7cea175d2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +3.16.1 +====== +* gdm: Move long session chooser menus to the side [Florian; #734352] +* Work around background corruption with NVIDIA driver [Rui; #739178] +* Don't allow move-to-workspace for always-sticky windows [Florian; #746782] +* Allow switching workspaces with PgUp/PgDown in overview [Devyani; #742581] +* Bump time PAM messages are displayed [Sarvjeet; #720885] +* Fix "stutter" when moving window past the last workspace [Shivam; #712778] +* Fix blurred text on login screen [Clément; #746912] +* keyboard: Restore whole MRU list after password mode [Rui; #746605] +* Pass event timestamps when activating remote actions [Owen; #747323] +* Fix hung login screen when password is typed too quickly [Shivam; #737586] +* Make on-screen keyboard work for shell chrome on wayland [Rui; #747274] +* Implement reexec_self() for FreeBSD [Ting-Wei; #747788] +* Allow to dismiss resident notifications [Florian; #746860] +* Temporarily reveal legacy tray when icons are added [Florian; #746025] +* Make concealed tray smaller to minimize overlap with apps [Florian; #746787] +* Misc. bug fixes [Florian, Rui, Giovanni; #746323, #746579, #746902, #746364, + #746509, #747636] + +Contributors: + Sarvjeet, Giovanni Campagna, Adel Gadllah, Clément Guérin, Devyani Kota, + Ting-Wei Lan, Rui Matos, Shivam Mishra, Florian Müllner, Owen W. Taylor + +Translations: + Khaled Hosny [ar], Dušan Kazik [sk], Yuri Myasoedov [ru], Stas Solovey [ru], + Hannie Dumoleyn [nl], Rūdolfs Mazurs [lv] + 3.16.0 ====== * Revert erroneous login dialog changes [Ray; #740142] diff --git a/configure.ac b/configure.ac index 481bd4097..bf82316f6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.16.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.16.1],[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.16.0 +MUTTER_MIN_VERSION=3.16.1 GTK_MIN_VERSION=3.15.0 GIO_MIN_VERSION=2.37.0 LIBECAL_MIN_VERSION=3.5.3