diff options
author | raveit65 <[email protected]> | 2018-01-28 14:00:45 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-28 14:00:45 +0100 |
commit | aedb66fd0707fcb8ed792cc2e0243f8bf8f7f9ad (patch) | |
tree | 7d5f9e04523d3e2dbbac719bb901ad8198dae5b6 | |
parent | 583be8f0aa120ebcb03ee9ad9f8c61b3954d157a (diff) | |
download | mate-media-1.20.0.tar.bz2 mate-media-1.20.0.tar.xz |
release 1.20v1.20.0
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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]) |