From e5df9110bedd48dace417491285bfa3ceeb45d4a Mon Sep 17 00:00:00 2001 From: mbkma Date: Fri, 11 Nov 2022 20:39:09 +0100 Subject: release 1.27.0 --- NEWS | 24 ++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index da91780c..0d955a26 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +### mate-utils 1.27.0 + + * tx: sync with transifex + * configure.ac: The macro 'AC_HELP_STRING' is obsolete + * tx: update resource + * tx: migrate config file + * baobab: Fix -Wmissing-prototypes warnings (#339) + * logview: converting the enum constant to a boolean + * Fix build warnings about missing field initializer + * ci: drop -Wunused-parameter flag from debian build + * gdict-applet: do not build the file path + * dict: implicit conversion changes signedness: 'gboolean' to 'guint' + * mate-dictionary: fix memory leak + * mate-dictionary: fix memory leak + * Unnecessary G_OBJECT cast when calling signal connect function + * gsearchtool: fix memory leak + * mate-dictionary: fix memory leak + * Redundant null check before freeing the variable + * mate-disk-image-mounter: fix memory leak + * mate-screenshot: fix memory leak + * logview: remove whitespaces before #if, #else, and #endif + * Use a blank line at most + * Fix News + ### mate-utils 1.26.0 * Translations update diff --git a/configure.ac b/configure.ac index 3b2c0b2d..cc820ecd 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ # along with MATE Utils. If not, see . m4_define([mate_utils_major], [1]) -m4_define([mate_utils_minor], [26]) +m4_define([mate_utils_minor], [27]) m4_define([mate_utils_micro], [0]) m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro]) -- cgit v1.2.1