diff options
author | raveit65 <[email protected]> | 2019-09-23 11:31:22 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-23 11:31:22 +0200 |
commit | 3623a5aafd10aca56e1c45ae823e09337b65a240 (patch) | |
tree | e67b80d765bf88e1dd2364d26d29e6050a70035d | |
parent | 5688a7104805a53b6baa50977bb6effda165ccb5 (diff) | |
download | mate-utils-3623a5aafd10aca56e1c45ae823e09337b65a240.tar.bz2 mate-utils-3623a5aafd10aca56e1c45ae823e09337b65a240.tar.xz |
release 1.22.2v1.22.2
-rw-r--r-- | NEWS | 25 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 18 insertions, 9 deletions
@@ -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]) |