summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 97aa55b..396f5fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+### mate-media 1.26.0
+
+ * Translations update
+ * replace mute/unmute checkmenuitem with imagemenuitem
+ * re-generate po files
+ * update copyright to 2021
+ * man page: mate-volume-control-applet.1 -> mate-volume-control-status-icon.1.
+ * Fix desktop file validation warnings
+ * remove dead function mate_panel_applet_set_background_widget
+
### mate-media 1.25.0
* Translations update
diff --git a/configure.ac b/configure.ac
index a10d53f..850a240 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.60)
AC_INIT([mate-media],
- [1.25.0],
+ [1.26.0],
[https://mate-desktop.org/])
AC_CONFIG_AUX_DIR([build-aux])