summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbkma <[email protected]>2022-11-11 20:34:20 +0100
committermbkma <[email protected]>2022-11-11 21:09:49 +0100
commit9cb20f31afc556805c604a7be0d34f0531060c89 (patch)
tree21850f54d09dbd1f5760cf383be7008193fe5825
parent19d54e89f965c86e1c29aa8e9cadc282bf1f5ec6 (diff)
downloadmate-media-9cb20f31afc556805c604a7be0d34f0531060c89.tar.bz2
mate-media-9cb20f31afc556805c604a7be0d34f0531060c89.tar.xz
release 1.27.0v1.27.0
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 396f5fd..b0e6f8c 100644
--- a/NEWS
+++ b/NEWS
@@ -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])