diff options
author | raveit65 <[email protected]> | 2019-09-20 13:39:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-20 13:39:07 +0200 |
commit | 15a50faaebe99735d489a16cd79537537fd0042d (patch) | |
tree | ba85167a2ba7dd5fa3523dca75df7506498e0fc5 | |
parent | 3024df5551ef37fd3419e80f94f61f43a289dd3f (diff) | |
download | mate-icon-theme-15a50faaebe99735d489a16cd79537537fd0042d.tar.bz2 mate-icon-theme-15a50faaebe99735d489a16cd79537537fd0042d.tar.xz |
release 1.22.2v1.22.2
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +### mate-icon-theme 1.22.2 + + * Translations update + * Fix mate/22x22/devices/printer.png + * Upscale 22x22px icons to 24x24px adding 1px to the edges + * Gen png mimetypes icons from paper-sheets.svg - Mate theme + * use folder icon as example + * rename mate logo + ### mate-icon-theme 1.22.1 * Translations update diff --git a/configure.ac b/configure.ac index 2c3c821..f473c4b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT([mate-icon-theme], [1.22.1], [http://www.mate-desktop.org]) +AC_INIT([mate-icon-theme], [1.22.2], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([index.theme.in.in]) AM_EXTRA_RECURSIVE_TARGETS([clean-png-icons build-png-icons]) |