summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2024-02-20 01:42:14 +0100
committerraveit65 <[email protected]>2024-02-20 01:54:45 +0100
commit95aeae694d0daef8a6b3d91dd32bec606dd35208 (patch)
tree9e661becf6f6e48e6e60c31c4651daebaf0b7b0b
parent123194093db18eb3773084aa6a408bfab54694b0 (diff)
downloadmate-media-95aeae694d0daef8a6b3d91dd32bec606dd35208.tar.bz2
mate-media-95aeae694d0daef8a6b3d91dd32bec606dd35208.tar.xz
release 1.28.0v1.28.0
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b0e6f8c..b4f25cf 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 020dd8f..a31f24e 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 319c828..5c139df 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'
)