diff --git a/NEWS b/NEWS index 36084a7a..9a90792c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +3.7.5 +===== +* places-menu is back in the classic extensions, with + a new old GNOME-2 look +* classic mode moved the date menu to right, where we + all know it rightly belongs +* apps-menu received a face-lift, with the inclusion + of a reduced form of AxeMenu +* new extension in the classic set: launch-new-instance, + which modifies the behavior of clicking in the dash + and app launcher +* alternate-tab, native-window-placement and windowsNavigator + updated for gnome-shell changes +* translation updates (es, cz, pl) + 3.7.4 ===== * a separate configure switch has been added to enable diff --git a/configure.ac b/configure.ac index 9ac1e1a4..2c608914 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.7.4],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.7.5],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])