summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-09-19 13:34:19 +0200
committerraveit65 <[email protected]>2019-09-19 13:34:19 +0200
commit16d50b14673b51968698d39db5e1f4f1130cfff5 (patch)
tree67f583e060bca6d16f9144fe6ba15295e4047d4b
parent91f6efe7459633557f79b116ee52a0474ca3cb7d (diff)
downloadmate-applets-16d50b14673b51968698d39db5e1f4f1130cfff5.tar.bz2
mate-applets-16d50b14673b51968698d39db5e1f4f1130cfff5.tar.xz
update to 1.22.2v1.22.2
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 899c2697..cc666386 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+### mate-applets 1.22.2
+
+ * update translations
+ * geyes: avoid memory leak
+ * multiload: Use /proc/diskstats for NVMe drives
+ * treat output as utf8 when limiting width.
+ * Make cpufreq builds independent from kernel header version.
+ * command: use MaCommand object
+ * Make command applet run commands asynchronously
+ * cpufreq: support kernel 5.1.0
+ * weather: align Gtk_Box to center
+ * multiload: filter-out non-local disks and user mounts
+
### mate-applets 1.22.1
* update translations
diff --git a/configure.ac b/configure.ac
index 11178a38..af66e0ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl ***************************************************************************
dnl *** configure.in for MATE-APPLETS ***
dnl ***************************************************************************
-AC_INIT(mate-applets, 1.22.1)
+AC_INIT(mate-applets, 1.22.2)
AC_PREREQ(2.59)
AC_CONFIG_HEADERS(config.h)