diff options
author | raveit65 <[email protected]> | 2017-11-04 18:44:50 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-11-04 18:44:50 +0100 |
commit | 7c39baef0d249dd46bb659a2c6a8ed97af3092d7 (patch) | |
tree | cfc15b67829f77ddc7e694e9eb7a24f0edd0c825 | |
parent | 156165a9338998dbbf72fe523d836153ce1fa6b9 (diff) | |
download | mate-applets-7c39baef0d249dd46bb659a2c6a8ed97af3092d7.tar.bz2 mate-applets-7c39baef0d249dd46bb659a2c6a8ed97af3092d7.tar.xz |
release 1.18.2v1.18.2
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +### mate-applets 1.18.2 + + * Translations update + * update copyright year in all applets + * 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) + * cpufreq: fix random invisibility of the applet + * stickynotes: create parent dir for "stickynotes-applet.xml" if it does not exist. + ### mate-applets 1.18.1 * Translations update diff --git a/configure.ac b/configure.ac index cfabfe8b..77df0cd6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT(mate-applets, 1.18.1) +AC_INIT(mate-applets, 1.18.2) AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) |