diff --git a/NEWS b/NEWS index aca424f9..efc52fcf 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 47e99c5a..f74f72f5 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 9f409891..ead799bc 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 f5a834c3..eb2d4029 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 89402dde..0775e24f 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 d7aa6445..abd4914f 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 2e483c3b..e5cd3852 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 569e9d83..670cad1b 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 9dd84deb..dc1aa824 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 851b55fa..83f7b422 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 a1f8526c..c35ee654 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@" }