Skip to content

Commit

Permalink
release 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Feb 20, 2024
1 parent 1231940 commit 95aeae6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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'
)
Expand Down

0 comments on commit 95aeae6

Please sign in to comment.