diff options
author | raveit65 <[email protected]> | 2017-12-27 14:54:35 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-12-27 14:54:35 +0100 |
commit | 341cd453ca93a6842f2535a827dab88c95257cb8 (patch) | |
tree | ba145fe9368f52d161d34a4569d41f72e737794d | |
parent | 660d48d31ecda7c0a011743d95bb91664d5baa26 (diff) | |
download | mate-applets-341cd453ca93a6842f2535a827dab88c95257cb8.tar.bz2 mate-applets-341cd453ca93a6842f2535a827dab88c95257cb8.tar.xz |
release 1.19.3v1.19.3
-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) |