diff options
author | raveit65 <[email protected]> | 2017-11-06 13:32:19 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-11-06 13:32:19 +0100 |
commit | 143137fd209462aca26d6d9e32162dc4615a21a1 (patch) | |
tree | 89d4601604ebd325d3dee4659c9e15498e42e8f1 | |
parent | 8cb74ce4a8add28c22d6a9f04dafd70906b1ab37 (diff) | |
download | mate-media-1.18.tar.bz2 mate-media-1.18.tar.xz |
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +### mate-media 1.18.2 + + * Translations update + * applet: restore icon for "Sound Preferences" menu item + * applet: make keyboard work in popup + * refresh tray icon on icon theme change + ### mate-media 1.18.1 * Translations update diff --git a/configure.ac b/configure.ac index 7c98016..fb1a8b2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT([mate-media], - [1.18.1], + [1.18.2], [http://www.mate-desktop.org/]) AC_CONFIG_AUX_DIR([build-aux]) |