From 16d50b14673b51968698d39db5e1f4f1130cfff5 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 19 Sep 2019 13:34:19 +0200 Subject: update to 1.22.2 --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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) -- cgit v1.2.1