diff options
author | raveit65 <[email protected]> | 2020-01-23 23:49:42 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-23 23:49:42 +0100 |
commit | e0ccce25c26a63bec38d2730a1dcab4c29345b48 (patch) | |
tree | c21015cb8ae000d1afb0e8a3934c18955dca9de6 | |
parent | 3cdc08704189c303c7a5f9dd3a5cf6cbf44ce9a5 (diff) | |
download | mate-utils-e0ccce25c26a63bec38d2730a1dcab4c29345b48.tar.bz2 mate-utils-e0ccce25c26a63bec38d2730a1dcab4c29345b48.tar.xz |
release 1.23.2v1.23.2
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 2 deletions
@@ -1,6 +1,17 @@ +### mate-notification-daemon 1.23.2 + + * Translations update + * gettext: Fix locale dir + * Update copyright to 2020 + * pull fixed galician translation from transifex + * migrate from intltools to gettext + * Use gresources for UI files + * avoid redundant redeclarations + * ci: set maximum compile warnings on step scan-build ./configure + ### mate-utils 1.23.1 - * Translations updateex + * Translations update * Add MATE Disk Image Mounter utility * WARN_CFLAGS makes MAINTAINER_CFLAGS obsolete for now * Use MATE_DEBUG_CHECK for setting compiler debug flags diff --git a/configure.ac b/configure.ac index 475d6b49..0a5ff7da 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_utils_major], [1]) m4_define([mate_utils_minor], [23]) -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]) |