diff options
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +### mate-applets 1.19.2 + + * sync with transifex + * Rounding error in draw corrected. + * cpufreq: fix calculating max width of frequency/unit/percent labels + * stickynotes: fix text selection + * cpufreq: refresh applet size on style change (e.g. font size) + * GSettings change recognized dynamically + ### mate-applets 1.19.1 * Translations update diff --git a/configure.ac b/configure.ac index c32a8035..f6abf8ae 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT(mate-applets, 1.19.1) +AC_INIT(mate-applets, 1.19.2) AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) |