summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])