summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-08-16 14:14:11 +0300
committermonsta <[email protected]>2016-08-16 14:14:11 +0300
commit4a7620ae30c160086a9355553547051bdb130ddf (patch)
tree999954032758217ee1ed38e585a434637a5e1904
parent5e33d6f96b91b2299342c913826dda3f6d5914b4 (diff)
downloadmate-applets-1.14.1.tar.bz2
mate-applets-1.14.1.tar.xz
release 1.14.1v1.14.11.14
-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)