Skip to content

Commit

Permalink
release 1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Sep 23, 2019
1 parent 5688a71 commit 3623a5a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
25 changes: 17 additions & 8 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])

Expand Down

0 comments on commit 3623a5a

Please sign in to comment.