diff options
author | raveit65 <[email protected]> | 2021-03-27 15:16:39 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-27 15:16:39 +0100 |
commit | 238aa3d147b29093a2ac5b69933f2d9452bad3bf (patch) | |
tree | 05b514a40d4aeac063284171e38dedeaa050a18c | |
parent | b02c9fe117af278a60b6d89e8cf52b8a66acdfa1 (diff) | |
download | mate-system-monitor-238aa3d147b29093a2ac5b69933f2d9452bad3bf.tar.bz2 mate-system-monitor-238aa3d147b29093a2ac5b69933f2d9452bad3bf.tar.xz |
release 1.24.2v1.24.2
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 9 insertions, 3 deletions
@@ -1,3 +1,11 @@ +### mate-system-monitor 1.24.2 + + * Translations update + * i18n: Do not collect the translation for Icon + * Show subvol mount option on GNU/Linux + * sysinfo: avoid adding a device more than once such as for brtfs + * pretty-table: prefer GIO to get application icons + ### mate-system-monitor 1.24.1 * Translations update diff --git a/configure.ac b/configure.ac index fbc0115..37582b6 100644 --- a/configure.ac +++ b/configure.ac @@ -2,9 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([mate-system-monitor], - [1.24.1], - [https://mate-desktop.org/]) +AC_INIT([mate-system-monitor], [1.24.2], [https://mate-desktop.org/]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIR([m4]) |