diff options
author | raveit65 <[email protected]> | 2019-04-22 18:34:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-22 18:34:17 +0200 |
commit | ab7d89e547733549371567b4571e86605127bd88 (patch) | |
tree | 34f18d85355d9b5bfe29a69ac92b2e82c811f0ae | |
parent | 8744100de153f74afaefc1039a61095cc0392cb6 (diff) | |
download | mate-control-center-ab7d89e547733549371567b4571e86605127bd88.tar.bz2 mate-control-center-ab7d89e547733549371567b4571e86605127bd88.tar.xz |
release 1.22.1v1.22.1
-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]) |