diff options
author | raveit65 <[email protected]> | 2016-03-16 16:30:50 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-16 16:30:50 +0100 |
commit | 5e53cbbdfaa20f43e99924b4fe4b86ec943451ea (patch) | |
tree | 0f52aadfb14590290e8557ed3ab0c58c1fe08cfa | |
parent | e44f2e847ddb5db5b6944f6c2f993981adbd3ad4 (diff) | |
download | mate-system-monitor-5e53cbbdfaa20f43e99924b4fe4b86ec943451ea.tar.bz2 mate-system-monitor-5e53cbbdfaa20f43e99924b4fe4b86ec943451ea.tar.xz |
release 1.13.2v1.13.2
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 18 insertions, 1 deletions
@@ -1,3 +1,20 @@ +1.13.2 + + * disks: implement saving and loading width and visibility of columns + * process table: rename proctable_update_all func to proctable_update + * process table: proctable_update_list is a local function + * fix segfault on view mode change with process properties open + * drop weird matesu support (did matesu ever exist?!) + * process properties: show cgroups + show N/A when selinux isn't set + * process table: show running state when CPU time changes + * sysinfo: fix forgotten memleak + * process table: avoid expanding collapsed nodes on every refresh + * main window: save maximized state in gsettings on exit and load it on startup + * defaulttable: use correct icons (fix old gnome->mate replace error) + * schema: make column names match the actual names in UI + * prefs dialog: fix refresh rate not saving in some cases + * GTK+-3: Get values from GtkStyleContext states properly + 1.13.1 * get exact number of CPUs instead of guessing diff --git a/configure.ac b/configure.ac index 7720f90..6e9078e 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.13.1], + [1.13.2], [http://www.mate-desktop.org/]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_HEADERS(config.h) |