summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-12-25 20:17:36 +0100
committerraveit65 <[email protected]>2018-12-26 09:58:05 +0100
commita26267c248d9d50c594d26cb2bbb745a7f88b32a (patch)
treecf4c3ae5e1bdc5473d1958392f53f7f54299d5f6
parent98499a0ad10b5ee92bd838b686d0d26326e2236a (diff)
downloadmate-utils-a26267c248d9d50c594d26cb2bbb745a7f88b32a.tar.bz2
mate-utils-a26267c248d9d50c594d26cb2bbb745a7f88b32a.tar.xz
release 1.20.2v1.20.2
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 716ef2cb..2ec1bf84 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+### mate-utils 1.20.2
+
+ * Translations update
+ * disable deprecation warnings for distcheck
+ * Use make functions for HELP_LINGUAS
+ * Replace -Dokumentationsprojekt with Documentation Project
+ * Fix spelling and grammar mistakes
+ * Update Catalan sceenshots of mate-dictionary
+ * Add Catalan screenshots
+ * add mate-dictionary help to transifex
+ * add mate-system-log help to transifex
+ * add mate-search-tool help to transifex
+ * add mate-disk-usage-analyzer to transifex
+
### mate-utils 1.20.1
* Translations update
diff --git a/configure.ac b/configure.ac
index cd09585b..d0e082d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([mate_utils_major], [1])
m4_define([mate_utils_minor], [20])
-m4_define([mate_utils_micro], [1])
+m4_define([mate_utils_micro], [2])
m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro])