diff options
author | raveit65 <[email protected]> | 2019-04-24 16:50:18 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-24 16:50:18 +0200 |
commit | e614815c6ac928aab09256699bd5148982512d4e (patch) | |
tree | e64ab44380ed89214fdd066f32dd067d14da0600 | |
parent | f635901fa2a332895ce79aa3428c5deb2edf2290 (diff) | |
download | mate-system-monitor-1.22.1.tar.bz2 mate-system-monitor-1.22.1.tar.xz |
release 1.22.1v1.22.1
-rw-r--r-- | NEWS | 27 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 21 insertions, 8 deletions
@@ -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) |