From 31f890d7062ebda8613d080c487286d3fff781aa Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 21 Apr 2019 22:58:30 +0200 Subject: release 1.22.1 --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ddb7d39..7468604 100644 --- a/NEWS +++ b/NEWS @@ -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]), -- cgit v1.2.1