summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-03-27 15:16:39 +0100
committerraveit65 <[email protected]>2021-03-27 15:16:39 +0100
commit238aa3d147b29093a2ac5b69933f2d9452bad3bf (patch)
tree05b514a40d4aeac063284171e38dedeaa050a18c
parentb02c9fe117af278a60b6d89e8cf52b8a66acdfa1 (diff)
downloadmate-system-monitor-238aa3d147b29093a2ac5b69933f2d9452bad3bf.tar.bz2
mate-system-monitor-238aa3d147b29093a2ac5b69933f2d9452bad3bf.tar.xz
release 1.24.2v1.24.2
-rw-r--r--NEWS8
-rw-r--r--configure.ac4
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])