From 238aa3d147b29093a2ac5b69933f2d9452bad3bf Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 27 Mar 2021 15:16:39 +0100 Subject: release 1.24.2 --- NEWS | 8 ++++++++ configure.ac | 4 +--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index f39c121..32d3a34 100644 --- a/NEWS +++ b/NEWS @@ -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]) -- cgit v1.2.1