diff options
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 6 deletions
@@ -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]) |