summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-01-22 15:45:13 +0100
committerraveit65 <[email protected]>2020-01-22 17:21:43 +0100
commit4a4a3d826f2d26cb78ff461b2196561e677f0f4d (patch)
treee71421200b9aa9b1f32b05811924d7368e6b3513
parent9bf50956e8e355ebfe576220977ff88782273fe7 (diff)
downloadmate-system-monitor-4a4a3d826f2d26cb78ff461b2196561e677f0f4d.tar.bz2
mate-system-monitor-4a4a3d826f2d26cb78ff461b2196561e677f0f4d.tar.xz
release 1.23.1v1.23.1
-rw-r--r--NEWS23
-rw-r--r--configure.ac2
2 files changed, 23 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5a2296e..0eb5d7c 100644
--- a/NEWS
+++ b/NEWS
@@ -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)