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.2 + + * tx: sync with transifex + * fv: thumbnailer: add font/collection to the supported mimetypes + * font-viewer: Add font/ttf and font/otf mime types + * drop libXxf86 dependency + * appearance.ui (cursor size scale) + * Fix the icon sizes in Preferred Applications selector + * add icon for the font viewer window + * Fix grammar mistake + ### mate-control-center 1.22.1 * tx: sync with transifex diff --git a/configure.ac b/configure.ac index c4b2ffa0..26dbb873 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.22.1], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.22.2], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) |