summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-09-23 11:31:22 +0200
committerraveit65 <[email protected]>2019-09-23 11:31:22 +0200
commit3623a5aafd10aca56e1c45ae823e09337b65a240 (patch)
treee67b80d765bf88e1dd2364d26d29e6050a70035d
parent5688a7104805a53b6baa50977bb6effda165ccb5 (diff)
downloadmate-utils-3623a5aafd10aca56e1c45ae823e09337b65a240.tar.bz2
mate-utils-3623a5aafd10aca56e1c45ae823e09337b65a240.tar.xz
release 1.22.2v1.22.2
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 7a32c55e..59c2afb7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,22 @@
+### mate-utils 1.22.2
+
+ * Translations update
+ * Add hicolor_apps_24x24_mate-system-log.png
+ * Install hicolor_apps_24x24_mate-disk-usage-analyzer.png
+ * mate-disk-usage-analyzer: Remove blank space before right parenthesis
+ * gdict-applet: Variable 'detail' is allocated memory that is never used
+ * Make inkscape and rsvg-convert optional
+
### mate-utils 1.22.1
- tx: sync with transifex
- Fix -Werror=cast-function-type with GCC 8
- mate-disk-usage-analyzer: Memory leak
- GEN png icons from svg files
- Update documenters in about dialog
- mate-dictionary: Use g_strjoin to build license text
- Use program-name and title in gtk_show_about_dialog call
- help: update copyright
+ * Translations update
+ * Fix -Werror=cast-function-type with GCC 8
+ * mate-disk-usage-analyzer: Memory leak
+ * GEN png icons from svg files
+ * Update documenters in about dialog
+ * mate-dictionary: Use g_strjoin to build license text
+ * Use program-name and title in gtk_show_about_dialog call
+ * help: update copyright
### mate-utils 1.22.0
diff --git a/configure.ac b/configure.ac
index e4c54bc7..7037ff56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([mate_utils_major], [1])
m4_define([mate_utils_minor], [22])
-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])