From a51978473f24f11f4826a20dbd9148474530d652 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 22 Feb 2024 01:37:11 +0100 Subject: release 1.28.0 --- NEWS | 17 ++++++++++++++++- configure.ac | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0d955a26..7ad6433c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,21 @@ +### mate-utils 1.28.0 + + * Translations update + * replace deprecated gtk_image_menu_item* + * dictionary applet: fix in-process build warning + * fix warnings in id, uk and ru translations + * wayland: dictionary applet: confine popup dialog to monitor dimensions + * wayland: dictionary: Make the panel applet usable in wayland + * Wayland: Fix position and behavior of dictionary applet popup window + * dictionary applet: allow building in-process + * Remove init_stock_icons code and replace gtk_drag_set_icon_stock with gtk_drag_set_icon_name + * mate-dictionary: Replace deprecated functions fix compilation warnings + * baobab-remote-connect-dialog: fix -Wformat-nonliteral warning + * logview: Replace deprecated functions fix compilation warnings + ### mate-utils 1.27.0 - * tx: sync with transifex + * Translations update * configure.ac: The macro 'AC_HELP_STRING' is obsolete * tx: update resource * tx: migrate config file diff --git a/configure.ac b/configure.ac index 134feaa1..c2441888 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], [27]) +m4_define([mate_utils_minor], [28]) m4_define([mate_utils_micro], [0]) m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro]) -- cgit v1.2.1