From 877a53c2fc18f480570a0aa363713cc200f0663e Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Tue, 20 Nov 2012 16:45:20 +0100 Subject: [PATCH] Bump version to 3.7.2 To go along GNOME Shell 3.7.2 --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index adecbc4e..0a574d44 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +3.7.2 +===== +* fixed crashes with places-menu, windowsNavigator, alternate-tab + and native-window-placement +* alternate-tab now hides attached modal dialogs +* places-menu has restored support for Nautilus 3.4 +* the default for hibernate is now to show in alternative-status-menu +* some extensions are now tagged as "classic", and can be chosen with + --enable-extensions=classic-mode +* dock and gajim were removed at the beginning of the 3.7.1 cycle, + as they were buggy and unmaintained +* updated translations (ar, cs, de, el, es, gl, id, lt, lv, pa, pl + ru, sk, sl, sr, sr@latin) + 3.6.1 ===== * fixed alternative-status-menu for the new lock screen diff --git a/configure.ac b/configure.ac index 30092962..3eb65d1f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.7.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.7.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])