Skip to content

Commit

Permalink
release 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkma committed Nov 11, 2022
1 parent 19d54e8 commit 9cb20f3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
### mate-media 1.27.0

* tx: sync with transifex
* tx: update resource
* tx: migrate config file
* gvc-stream-status-icon: fix a volume rounding error (101% -> 100%)
* Add setting for adjustment of audio volume above 100 per cent: Part 2
* Fix build warnings about missing field initializer
* gvc-balance-bar: fix build warning -Wunused-macros
* gvc-stream-applet-icon: fix memory leak
* sound-theme-file-utils: fix build warning -Wformat-nonliteral
* Fix warnings -Wfloat-conversion, -Wimplicit-float-conversion
* gvc-mixer-dialog: fix build warning -Wsign-compare
* ci: drop -Wunused-parameter compiler cflag from debian build
* build: show configure summary using a pretty format
* Use a blank line at most
* Accessibility improvements
* Revert Fix desktop file validation warnings

### mate-media 1.26.0

* Translations update
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.26.0],
[1.27.0],
[https://mate-desktop.org/])

AC_CONFIG_AUX_DIR([build-aux])
Expand Down

0 comments on commit 9cb20f3

Please sign in to comment.