From 6aefae09c11f23cfc3847a07f191e2d258888782 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 24 Feb 2019 18:21:58 +0100 Subject: release 1.22.0 --- NEWS | 16 +++++++++++----- configure.ac | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index d2923fe..c4c2bd0 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,18 @@ +### mate-media 1.22.0 + + * Translations update + * Initialize Travis CI support + * disable deprecation warnings for distcheck + ### mate-media 1.21.0 - sync with transifex - Ignore PulseAudio "monitor" inputs when displaying mic icon - gvc-mixer-dialog.c: avoid deprecated 'gtk_widget_override_font' + * Translations update + * Ignore PulseAudio "monitor" inputs when displaying mic icon + * gvc-mixer-dialog.c: avoid deprecated 'gtk_widget_override_font' ### mate-media 1.20.0 - * sync with transifex + * Translations update * 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 @@ -14,7 +20,7 @@ ### mate-media 1.19.1 - * sync with transifex + * Translations update * avoid deprecated gdk_screen_get_height * applet: use GdkSeat with GTK+ >= 3.20 * applet: make keyboard work in popup diff --git a/configure.ac b/configure.ac index 75c3fc5..8c99ad2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT([mate-media], - [1.21.0], + [1.22.0], [http://www.mate-desktop.org/]) AC_CONFIG_AUX_DIR([build-aux]) -- cgit v1.2.1