diff options
-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]) |