diff options
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +Changes in MATE-Applets 1.14.1 +============================== + + - Accessx-status: fix possible crash when updating layout + - Cpufreq: fix build with kernel 4.7 + - Cpufreq: make build options --enable-frequency-selector + and --enable-suid actually work + - Netspeed: fix default route + - Some more fixes and cleanups + - Translations update + - Make distcheck use currently selected GTK+ version + Changes in MATE-Applets 1.14.0 ============================== diff --git a/configure.ac b/configure.ac index 90a02c7b..b49d1272 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT(mate-applets, 1.14.0) +AC_INIT(mate-applets, 1.14.1) AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) |