[gnome-shell-extensions] Bump version to 3.3.2
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions] Bump version to 3.3.2
- Date: Tue, 22 Nov 2011 08:13:47 +0000 (UTC)
commit 10aec91ebb0c3b1eb787f5fbc7c8de783a70520c
Author: Giovanni Campagna <gcampagna src gnome org>
Date: Tue Nov 22 08:58:16 2011 +0100
Bump version to 3.3.2
To go with GNOME Shell 3.3.2, bump configure.ac, update NEWS and
mark all extensions to be only compatible with the unstable release.
NEWS | 8 ++++++++
configure.ac | 2 +-
extensions/apps-menu/metadata.json.in | 2 +-
extensions/drive-menu/metadata.json.in | 2 +-
extensions/example/metadata.json.in | 2 +-
extensions/gajim/metadata.json.in | 2 +-
extensions/places-menu/metadata.json.in | 2 +-
extensions/systemMonitor/metadata.json.in | 2 +-
extensions/windowsNavigator/metadata.json.in | 2 +-
extensions/workspace-indicator/metadata.json.in | 2 +-
extensions/xrandr-indicator/metadata.json.in | 2 +-
11 files changed, 18 insertions(+), 10 deletions(-)
---
diff --git a/NEWS b/NEWS
index aca424f..efc52fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+3.3.2
+=====
+* all extensions are now self-contained, including l10n and settings
+* introduce a convenience module that can be shared among all extensions
+* you can know build an installable zip file with make zip-file
+* apps-menu no longer shows NoDisplay apps
+* alternative-status-menu, alternate-tab: fix for master shell
+
3.2.1
=====
* dock: added "move" hide effect
diff --git a/configure.ac b/configure.ac
index 47e99c5..f74f72f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.63)
-AC_INIT([gnome-shell-extensions],[3.2.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
+AC_INIT([gnome-shell-extensions],[3.3.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])
diff --git a/extensions/apps-menu/metadata.json.in b/extensions/apps-menu/metadata.json.in
index 9f40989..ead799b 100644
--- a/extensions/apps-menu/metadata.json.in
+++ b/extensions/apps-menu/metadata.json.in
@@ -2,6 +2,6 @@
"uuid": "@uuid@",
"name": "Applications Menu",
"description": "Add a gnome 2.x style menu for applications",
-"shell-version": [ "@shell_current@", "3.2" ],
+"shell-version": [ "@shell_current@" ],
"url": "@url@"
}
diff --git a/extensions/drive-menu/metadata.json.in b/extensions/drive-menu/metadata.json.in
index f5a834c..eb2d402 100644
--- a/extensions/drive-menu/metadata.json.in
+++ b/extensions/drive-menu/metadata.json.in
@@ -2,6 +2,6 @@
"uuid": "@uuid@",
"name": "Removable Drive Menu",
"description": "A status menu for accessing and unmounting removable devices",
- "shell-version": [ "@shell_current@", "3.2" ],
+ "shell-version": [ "@shell_current@" ],
"url": "@url@"
}
diff --git a/extensions/example/metadata.json.in b/extensions/example/metadata.json.in
index 89402dd..0775e24 100644
--- a/extensions/example/metadata.json.in
+++ b/extensions/example/metadata.json.in
@@ -2,6 +2,6 @@
"uuid": "@uuid@",
"name": "Hello, World!",
"description": "An example extension to show how it works. Shows Hello, world when clicking on the top panel.",
- "shell-version": [ "@shell_current@", "3.2" ],
+ "shell-version": [ "@shell_current@" ],
"url": "@url@"
}
diff --git a/extensions/gajim/metadata.json.in b/extensions/gajim/metadata.json.in
index d7aa644..abd4914 100644
--- a/extensions/gajim/metadata.json.in
+++ b/extensions/gajim/metadata.json.in
@@ -2,6 +2,6 @@
"uuid": "@uuid@",
"name": "Gajim IM integration",
"description": "Display Gajim incoming chats as notifications in the Shell message tray.",
- "shell-version": [ "@shell_current@", "3.2" ],
+ "shell-version": [ "@shell_current@" ],
"url": "http://base-art.net"
}
diff --git a/extensions/places-menu/metadata.json.in b/extensions/places-menu/metadata.json.in
index 2e483c3..e5cd385 100644
--- a/extensions/places-menu/metadata.json.in
+++ b/extensions/places-menu/metadata.json.in
@@ -2,6 +2,6 @@
"uuid": "@uuid@",
"name": "Places Status Indicator",
"description": "Add a systems status menu for quickly navigating places in the system",
-"shell-version": [ "@shell_current@", "3.2" ],
+"shell-version": [ "@shell_current@" ],
"url": "@url@"
}
diff --git a/extensions/systemMonitor/metadata.json.in b/extensions/systemMonitor/metadata.json.in
index 569e9d8..670cad1 100644
--- a/extensions/systemMonitor/metadata.json.in
+++ b/extensions/systemMonitor/metadata.json.in
@@ -1,5 +1,5 @@
{
- "shell-version": ["@shell_current@", "3.2" ],
+ "shell-version": ["@shell_current@" ],
"uuid": "@uuid@",
"original-author": "zaspire rambler ru",
"name": "SystemMonitor",
diff --git a/extensions/windowsNavigator/metadata.json.in b/extensions/windowsNavigator/metadata.json.in
index 9dd84de..dc1aa82 100644
--- a/extensions/windowsNavigator/metadata.json.in
+++ b/extensions/windowsNavigator/metadata.json.in
@@ -1,5 +1,5 @@
{
- "shell-version": ["@shell_current@", "3.2" ],
+ "shell-version": ["@shell_current@" ],
"uuid": "@uuid@",
"original-author": "zaspire rambler ru",
"name": "windowNavigator",
diff --git a/extensions/workspace-indicator/metadata.json.in b/extensions/workspace-indicator/metadata.json.in
index 851b55f..83f7b42 100644
--- a/extensions/workspace-indicator/metadata.json.in
+++ b/extensions/workspace-indicator/metadata.json.in
@@ -2,7 +2,7 @@
"uuid": "@uuid@",
"name": "Workspace Indicator",
"description": "Put an indicator on the panel signaling in which workspace you are, and give you the possibility of switching to another one",
- "shell-version": [ "@shell_current@", "3.2" ],
+ "shell-version": [ "@shell_current@" ],
"original-authors": [ "erick red gmail com" ],
"url": "@url@"
}
diff --git a/extensions/xrandr-indicator/metadata.json.in b/extensions/xrandr-indicator/metadata.json.in
index a1f8526..c35ee65 100644
--- a/extensions/xrandr-indicator/metadata.json.in
+++ b/extensions/xrandr-indicator/metadata.json.in
@@ -2,6 +2,6 @@
"uuid": "@uuid@",
"name": "Monitor Status Indicator",
"description": "Add a systems status menu for rotating monitors (overrides what is currently provided by gnome-settings-daemon)",
-"shell-version": [ "@shell_current@", "3.2" ],
+"shell-version": [ "@shell_current@" ],
"url": "@url@"
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]