diff options
author | raveit65 <[email protected]> | 2018-05-29 14:37:30 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-05-29 14:37:30 +0200 |
commit | f1e203eb364d2a09abdcaafa421d338fb5c6408a (patch) | |
tree | 3da18e2bb782615da1bcc427d466a6cf2cb88b4f | |
parent | 90633bf32df48538b7173708d28c584ae5d5be41 (diff) | |
download | mate-applets-f1e203eb364d2a09abdcaafa421d338fb5c6408a.tar.bz2 mate-applets-f1e203eb364d2a09abdcaafa421d338fb5c6408a.tar.xz |
release 1.20.2v1.20.2
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 3 deletions
@@ -1,7 +1,17 @@ +### mate-applets 1.20.2 + + * sync with transifex + * accessx: Convert icons from pixbuf to cairo surfaces + * netspeed: Use theme icons instead of embedded + * battstat: Load theme icons instead of pixmaps + * Convert applet icons from pixbuf to surfaces + * multiload: solving type mismatch in g_settings_set_value + * multiload: only text formatting to prepare for real change + ### mate-applets 1.20.1 - Fix cpufreq applet spacing on HiDPI displays - multiload: add style class multiload-applet + * Fix cpufreq applet spacing on HiDPI displays + * multiload: add style class multiload-applet ### mate-applets 1.20.0 diff --git a/configure.ac b/configure.ac index 5677b917..1e9aa298 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT(mate-applets, 1.20.1) +AC_INIT(mate-applets, 1.20.2) AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) |