diff options
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 23 insertions, 2 deletions
@@ -1,6 +1,27 @@ +### mate-system-monitor 1.23.1 + + * Translations update + * Update copyright to 2020 + * gsm_color_button: avoid redundant redeclarations + * Add translator notes for desktop file + * migrate from intltool to gettext + * Use MATE_DEBUG_CHECK for setting compiler debug flags + * Use MATE_COMPILE_WARNINGS and MATE_CXX_WARNINGS macros + * require GLib >= 2.56.0 + * Render icons as cairo surfaces for HiDPI support + * Change url project's website + * proctable: cppcheck: Local variable 'column' shadows outer variable + * add disk I/O info on usage and prefs section + * Make SysInfo::get_os_type a static function + * msm_execute_helper: fix memory leak + * sysinfo: Condition 'markup' is always false + * procman: Use G_VARIANT_TYPE ("ai") instead of G_VARIANT_TYPE_ARRAY + * smooth_refresh: Assigned value is garbage or undefined + * Add disk IO on process info + ### mate-system-monitor 1.23.0 - * tx: sync with transifex + * Translations update * Network History: Fix labels * Show GPU info on the System tab * Use g_format_size or g_format_size_full diff --git a/configure.ac b/configure.ac index 48281ec..e8c91d8 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.23.0], + [1.23.1], [https://mate-desktop.org/]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_HEADERS(config.h) |