summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)