From 1b05d272465da9fdd8cbeb2d6f8b363c1ec9b92d Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Mon, 1 Aug 2011 16:00:20 +0200 Subject: [PATCH] Bump version to 3.1.4 To go along GNOME Shell 3.1.4 --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 948df754..e580905e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +3.1.4 +===== + +* New extension: a menu for changing workspace (workspace-indicator) +* systemMonitor: lower the requirement on libgtop +* auto-move-windows: open overview when last window on + last workspace is closed +* dock: implement autohiding, with various configurable + effects +* alternate-tab: more configurable implementations available +* native-window-placement: don't rearrange the windows when + the workspace switcher is shown/hidden +* update for gnome-shell 3.1.4 API changes + 3.1.3 ===== diff --git a/configure.ac b/configure.ac index 74fe3c43..3a557771 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.1.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.1.4],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])