summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 70736eed..35f71267 100644
--- a/NEWS
+++ b/NEWS
@@ -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)