summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4d2b7f9..2c40705 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+### mate-media 1.20.0
+
+ sync with transifex
+ require GTK+ 3.22 and GLib 2.50
+ gvc-applet: don't try to increase refcount of a NULL object
+ gvc-combo-box: fix signal arguments
+ applet: restore icon for "Sound Preferences" menu item
+
### mate-media 1.19.1
sync with transifex
diff --git a/configure.ac b/configure.ac
index b6002ad..938d77d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.60)
AC_INIT([mate-media],
- [1.19.1],
+ [1.20.0],
[http://www.mate-desktop.org/])
AC_CONFIG_AUX_DIR([build-aux])