diff options
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +### mate-control-center 1.22.1 + + * tx: sync with transifex + * default-applications: Improve UI accessibility + * Use keyboard device icon like in other hardware devices + * control-center: Fix memory leak + * Use GtkSeparatorMenuItem in Apparence preview + * Remove dead store detected by clang + * Use icons provided by themes and remove not used icons + * help: update copyright + ### mate-control-center 1.22.0 * Translations update diff --git a/configure.ac b/configure.ac index eb5b6cd3..645d15d9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.22.0], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.22.1], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) |