From 3623a5aafd10aca56e1c45ae823e09337b65a240 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 23 Sep 2019 11:31:22 +0200 Subject: release 1.22.2 --- NEWS | 25 +++++++++++++++++-------- configure.ac | 2 +- 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]) -- cgit v1.2.1