diff --git a/NEWS b/NEWS index 5c5773bd3..ed8c06c20 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +3.2.2.1 +======= +* Fix several regressions with tray icons introduced in 3.2.2 [Owen; #664138] + +Contributors: + Owen Taylor + 3.2.2 ===== * Fix crash when searching in the shell caused by .desktop files diff --git a/configure.ac b/configure.ac index 937a961fd..d7536728e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.2.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.2.2.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/shell-global.c])