From c49758f1c55b3a4d3bceeff0a492ae64ee54d4e0 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Wed, 22 Aug 2012 15:37:06 +0200 Subject: [PATCH] Bump version to 3.5.90 To go along GNOME Shell 3.5.90 --- NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 47ea0b4a..3f51d9ab 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +3.5.90 +====== +* alternate-tab has been reworked again, the old mode switch + was removed and the all&thumbnails code extended to handle + icons and filtering to the workspace +* alternate-tab thumbnails now reflect the aspect ratio of the windows +* systemMonitor now shows a tooltip above the indicator +* native-window-placement, systemMonitor and windowsNavigator have been updated + for the newer shell +* updated translations (es, pa) + 3.5.5 ===== * convenience module has been relicensed to BSD, diff --git a/configure.ac b/configure.ac index d909a5e8..1f113f2e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.5.5],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.5.90],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])