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