diff options
author | raveit65 <[email protected]> | 2018-12-20 13:58:13 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-20 13:58:13 +0100 |
commit | aa9aba6393b3380c61de9383a9490dc6993c43b8 (patch) | |
tree | 8aa55b72272027dd0ee09f28404231f3c3b21464 | |
parent | 53c4aee1cb893f40b2180c0c4047412c0190126e (diff) | |
download | mate-media-29f8256acbf211409c33040284b3d968e0f0beb8.tar.bz2 mate-media-29f8256acbf211409c33040284b3d968e0f0beb8.tar.xz |
release 1.20.2v1.20.2
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 4 deletions
@@ -1,10 +1,14 @@ +### mate-media 1.20.2 + + * Translations update + ### mate-media 1.20.1 - * sync with transifex + * Translations update ### 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 @@ -12,7 +16,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 4c2f335..6935650 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT([mate-media], - [1.20.1], + [1.20.2], [http://www.mate-desktop.org/]) AC_CONFIG_AUX_DIR([build-aux]) |