diff options
author | raveit65 <[email protected]> | 2019-09-19 13:34:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-19 13:34:19 +0200 |
commit | 16d50b14673b51968698d39db5e1f4f1130cfff5 (patch) | |
tree | 67f583e060bca6d16f9144fe6ba15295e4047d4b | |
parent | 91f6efe7459633557f79b116ee52a0474ca3cb7d (diff) | |
download | mate-applets-16d50b14673b51968698d39db5e1f4f1130cfff5.tar.bz2 mate-applets-16d50b14673b51968698d39db5e1f4f1130cfff5.tar.xz |
update to 1.22.2v1.22.2
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -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) |