diff options
-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) |