From e0ccce25c26a63bec38d2730a1dcab4c29345b48 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 23 Jan 2020 23:49:42 +0100 Subject: release 1.23.2 --- NEWS | 13 ++++++++++++- configure.ac | 2 +- 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]) -- cgit v1.2.1