From 18107d567d0ff25da64b619c53c111e61a4cf872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 30 Apr 2013 23:58:35 +0200 Subject: [PATCH] Bump version to 3.9.1 Update NEWS. --- NEWS | 27 +++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 87efe4e49..2dac2c4ff 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +3.9.1 +===== +* Add additional toggle-overview keybinding [Matthias; #698251] +* Disable shortcut when sticky keys are enabled [Matthias; #685974] +* Disable tray context menu while a notification displays [Jasper; #695800] +* Watch GApplication busy state [Cosimo; #697207] +* Disable style transitions if animations are disabled [Jasper; #698391] +* Filter out hidden applications from "Frequent" view [Giovanni; #696949] +* Fix window previews swapping place randomly [Jasper; #694469, #698776] +* Add support for serialized GIcons in remote search providers [Cosimo; #698761] +* Fix hotcorner regression in RTL locales [Jasper; #698884] +* Allow some keybindings to work while a top bar menu is open [Florian; #698938] +* Make open-app-menu keybinding a toggle action [Florian; #686756] +* Only recognize common URL schemes in notification messages [Monica; #661225] +* Misc fixes and cleanups [Tim, Jasper, Florian, Giovanni, Owen; #698531, + #698622, #698427, #698483, #698513, #697203, #698959, #698918, #699029, + #699075, #696720, #649748] + +Contributors: + Giovanni Campagna, Cosimo Cecchi, Monica Chelliah, Matthias Clasen, Tim Lunn, + Florian Müllner, Jasper St. Pierre, Michael Wood, Owen W. Taylor + +Translations: + Fran Diéguez [gl], Muhammet Kara [tr], Daniel Mustieles [es], + Gil Forcada [ia], Anish A [ml], Dimitris Spingos [el], Marek Černocký [cs], + Žygimantas Beručka [lt] + 3.8.1 ===== * Clip window group during startup animation [Jasper; #696323] diff --git a/configure.ac b/configure.ac index 7e6a3aaf5..dd89412c0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.8.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.9.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]) @@ -63,7 +63,7 @@ AM_CONDITIONAL(BUILD_RECORDER, $build_recorder) CLUTTER_MIN_VERSION=1.13.4 GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1 GJS_MIN_VERSION=1.35.4 -MUTTER_MIN_VERSION=3.8.1 +MUTTER_MIN_VERSION=3.9.1 GTK_MIN_VERSION=3.7.9 GIO_MIN_VERSION=2.37.0 LIBECAL_MIN_VERSION=3.5.3