summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
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]),