diff --git a/NEWS b/NEWS index 76e26f80..caa6a4ed 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +3.2.2 +===== +* various: fix missing GLib import +* workspace-indicator: fix when removing the last workspace +* alternative-status-menu: fix long standing crash without avatar +* alternate-tab: use GConf binding names +* all: remove GSettings usage and allow local installation +* all: update translations + 3.2.2 ===== * made extensions self-contained with respect to translations diff --git a/configure.ac b/configure.ac index bc9410e5..6c873667 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.2.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.2.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])