summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-01-23 23:49:42 +0100
committerraveit65 <[email protected]>2020-01-23 23:49:42 +0100
commite0ccce25c26a63bec38d2730a1dcab4c29345b48 (patch)
treec21015cb8ae000d1afb0e8a3934c18955dca9de6
parent3cdc08704189c303c7a5f9dd3a5cf6cbf44ce9a5 (diff)
downloadmate-utils-e0ccce25c26a63bec38d2730a1dcab4c29345b48.tar.bz2
mate-utils-e0ccce25c26a63bec38d2730a1dcab4c29345b48.tar.xz
release 1.23.2v1.23.2
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 10fea239..967c5a18 100644
--- a/NEWS
+++ b/NEWS
@@ -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])