From e614815c6ac928aab09256699bd5148982512d4e Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 24 Apr 2019 16:50:18 +0200 Subject: release 1.22.1 --- NEWS | 27 ++++++++++++++++++++------- configure.ac | 2 +- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index 6def7f2..6a16f67 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,26 @@ +### mate-system-monitor 1.22.1 + + * Translations update + * support 32 cpus + * sysinfo: show debian version + * Show available disk space in ZFS + * Show 32/64-bit Version intead of release for Arch Linux in System tab + * Show OpenIndiana release and kernel info in System tab + * Show FreeBSD sysname, release, version in System tab + * Fix openSUSE Tumbleweed rolling release info + * gtk3: use “program-name” property in gtk_show_about_dialog + * help: update copyright + ### mate-system-monitor 1.22.0 * Translations update - Initialize Travis CI support - Ensure proper translation of the about dialog title - License text in About dialog - Make translatable the copyright in about dialog - Update Catalan screenshot - Help - Priority preset values, including custom value - procman: avoid deprecated 'g_settings_list_keys' + * Initialize Travis CI support + * Ensure proper translation of the about dialog title + * License text in About dialog + * Make translatable the copyright in about dialog + * Update Catalan screenshot + * Help - Priority preset values, including custom value + * procman: avoid deprecated 'g_settings_list_keys' ### mate-system-monitor 1.21.1 diff --git a/configure.ac b/configure.ac index 3fc307a..3fa8cc4 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) AC_INIT([mate-system-monitor], - [1.22.0], + [1.22.1], [http://www.mate-desktop.org/]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_HEADERS(config.h) -- cgit v1.2.1