diff options
author | raveit65 <[email protected]> | 2019-04-21 22:58:30 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-21 22:58:30 +0200 |
commit | 31f890d7062ebda8613d080c487286d3fff781aa (patch) | |
tree | ae6604770678bbd5c52136c8a622ef097be4389d | |
parent | b756efd9ec6567bf37d7fd53cda0a1b595bdbf53 (diff) | |
download | mate-desktop-31f890d7062ebda8613d080c487286d3fff781aa.tar.bz2 mate-desktop-31f890d7062ebda8613d080c487286d3fff781aa.tar.xz |
release 1.22.1v1.22.1
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +### mate-desktop 1.22.1 + + * Translations update + * Use mate-desktop icon instead of mate for mate-about + * Use radial gradient (Blur 13.9%, Opacity 73.4%) for MATE logo shadow + * mate-thumbnail-pixbuf-utils: Fix division by zero + * mate-bg: Fix memory leak + * GEN png icons from hicolor_apps_scalable_mate.svg + * Make translatable the program name in mate about dialog + * Make translatable the copyright info in mate about dialog + * [Security] Use 'g_strlcpy' instead of 'strcpy' + * [Security] test-ditem: Use 'g_strlcat' instead of 'strcat' + ### mate-desktop 1.22.0 * Translations update diff --git a/configure.ac b/configure.ac index 45b20b6..c9d65b1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_platform], [1]) m4_define([mate_minor], [22]) -m4_define([mate_micro], [0]) +m4_define([mate_micro], [1]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |