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.
This commit is contained in:
Giovanni Campagna
2011-11-22 08:58:16 +01:00
parent 1d22e73a44
commit fa68df65dc
11 changed files with 18 additions and 10 deletions

8
NEWS
View File

@@ -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

View File

@@ -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])

View File

@@ -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@"
}

View File

@@ -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@"
}

View File

@@ -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@"
}

View File

@@ -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"
}

View File

@@ -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@"
}

View File

@@ -1,5 +1,5 @@
{
"shell-version": ["@shell_current@", "3.2" ],
"shell-version": ["@shell_current@" ],
"uuid": "@uuid@",
"original-author": "zaspire@rambler.ru",
"name": "SystemMonitor",

View File

@@ -1,5 +1,5 @@
{
"shell-version": ["@shell_current@", "3.2" ],
"shell-version": ["@shell_current@" ],
"uuid": "@uuid@",
"original-author": "zaspire@rambler.ru",
"name": "windowNavigator",

View File

@@ -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@"
}

View File

@@ -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@"
}