diff options
author | raveit65 <[email protected]> | 2019-09-20 10:50:29 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-20 10:50:29 +0200 |
commit | 042e80fe9d19810ca8154e8ffcede708c0cdc114 (patch) | |
tree | c862f9c688ee5eec838f820383be3619d5f6b6e8 | |
parent | 0d2c46fd0460211e38a61ce4fd72b547d5f9b947 (diff) | |
download | mate-control-center-042e80fe9d19810ca8154e8ffcede708c0cdc114.tar.bz2 mate-control-center-042e80fe9d19810ca8154e8ffcede708c0cdc114.tar.xz |
release 1.22.2v1.22.2
-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]) |