diff --git a/NEWS b/NEWS index 0a574d44..42fb1747 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +3.7.3 +===== +* new extensions: default-min-max, static-workspaces +* alternate-tab now uses the built-in window switcher and just + takes over the switch-application keybinding +* workspace-indicator: is no longer part of classic-mode +* we now install classic-mode data files for gdm, gnome-session + and gnome-shell, so if you enable classic-mode you get a new + session option in GDM +* updated translations (ar, es, pl, ru, sl, zh_HK, zh_TW) + 3.7.2 ===== * fixed crashes with places-menu, windowsNavigator, alternate-tab diff --git a/configure.ac b/configure.ac index c9d416db..c72572ac 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.7.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.7.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])