diff options
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 2 deletions
@@ -1,6 +1,19 @@ +### mate-applets 1.19.3 + + * Translations update + * command: bump range of interval + * WidthOfScreen and HeightOfScreen implementation + * build: when gtksourceview isn't found, show this package name + * Cpufreq: Update tooltips with latest values + * Cpufreq: fix a build warning + * Cpufreq: stop jumping numbers moving units label + * mateweather: update copyright year + * update copyright year in other applets + * netspeed: update copyright year + ### mate-applets 1.19.2 - * sync with transifex + * Translations update * Rounding error in draw corrected. * cpufreq: fix calculating max width of frequency/unit/percent labels * stickynotes: fix text selection diff --git a/configure.ac b/configure.ac index 73ad72fe..b0eeaa97 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.2) +AC_INIT(mate-applets, 1.19.3) AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) |