summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2024-02-22 01:37:11 +0100
committerraveit65 <[email protected]>2024-02-22 01:37:11 +0100
commita51978473f24f11f4826a20dbd9148474530d652 (patch)
tree497ab3c8675a3180cd63e29d279439ac7cee99f2
parent1143c323361370e95143c5ae787ae94e20e7eeea (diff)
downloadmate-utils-master.tar.bz2
mate-utils-master.tar.xz
release 1.28.0HEADv1.28.0master
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
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 <https://www.gnu.org/licenses/>.
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])