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