From 7cf25a3bc001011faf4c6ab42ed7a6f0a2853d4b Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Wed, 5 Sep 2012 00:54:38 +0200 Subject: [PATCH] Bump version to 3.5.91 To go along GNOME Shell 3.5.91 --- NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3f51d9ab..1388a74b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +3.5.91 +====== +* various crashers were fixed in alternative-tab +* auto-move-windows now can be made to work with static workspaces +* place-menu is now on the left and uses symbolic icons like Files +* StIconType usage was removed from all extensions, after it was + removed in core +* systemMonitor, xrandr-indicator, apps-menu, places-menu, + alternative-status-menu were updated for the newer shell +* updated translations (es, gl, it, pl, sl) + 3.5.90 ====== * alternate-tab has been reworked again, the old mode switch diff --git a/configure.ac b/configure.ac index 1f113f2e..2660d57a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.5.90],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.5.91],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])