diff options
author | raveit65 <[email protected]> | 2016-04-01 11:04:57 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-01 11:04:57 +0200 |
commit | 7c6a53639a0d041b75085c418be6f6a07e26669c (patch) | |
tree | a027938cf99ed84efe477d2af0bd417a6c9f73bd | |
parent | e50f328b6236904da90600610627e9cb96843e55 (diff) | |
download | mate-applets-7c6a53639a0d041b75085c418be6f6a07e26669c.tar.bz2 mate-applets-7c6a53639a0d041b75085c418be6f6a07e26669c.tar.xz |
release 1.13.1
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +Changes in MATE-Applets 1.13.1 +============================== + + - GTK 3.20 cpufreq: fix themes clipping units label + - cpufreq: capitalize CPU in schema description + - Re-license Command and Timer applets under GPL-2+ + - cpufreq GTK3: hardcode fewer labels + - weather: fix some typos and remove some dead code + Changes in MATE-Applets 1.13.0 ============================== diff --git a/configure.ac b/configure.ac index b6df0752..0f19aee9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT(mate-applets, 1.13.0) +AC_INIT(mate-applets, 1.13.1) AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) |