diff options
author | mbkma <[email protected]> | 2022-11-11 20:34:20 +0100 |
---|---|---|
committer | mbkma <[email protected]> | 2022-11-11 21:09:49 +0100 |
commit | 9cb20f31afc556805c604a7be0d34f0531060c89 (patch) | |
tree | 21850f54d09dbd1f5760cf383be7008193fe5825 | |
parent | 19d54e89f965c86e1c29aa8e9cadc282bf1f5ec6 (diff) | |
download | mate-media-1.27.0.tar.bz2 mate-media-1.27.0.tar.xz |
release 1.27.0v1.27.0
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 20 insertions, 1 deletions
@@ -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 diff --git a/configure.ac b/configure.ac index 997c313..24f44a3 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |