From 95aeae694d0daef8a6b3d91dd32bec606dd35208 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 20 Feb 2024 01:42:14 +0100 Subject: [PATCH] release 1.28.0 --- NEWS | 15 +++++++++++++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b0e6f8c0..b4f25cf0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +### mate-media 1.28.0 + + * Translations update + * meson: fix building wayland support + * add meson build support + * fix building with libxml 2.12.0 + * Fix various instance checks + * applet: Do not override the process' text domain + * replace deprecated gtk_image_menu_item + * in-process: enable scrolling on icon as in out of process builds + * Wayland: fix slider rendering underneath fullscreen windows + * position popup slider properly in wayland and make wayland optional (#196) + * build: fix typo from last commit + * Applet: port to in-process for wayland support + ### mate-media 1.27.0 * tx: sync with transifex diff --git a/configure.ac b/configure.ac index 020dd8fb..a31f24ee 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT([mate-media], - [1.27.0], + [1.28.0], [https://mate-desktop.org/]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/meson.build b/meson.build index 319c828c..5c139dfa 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mate-media', 'c', - version : '1.27.0', + version : '1.28.0', default_options : ['warning_level=1'], meson_version : '>=0.50.0' )