version 3.1.3

This commit is contained in:
nicolargo 2019-10-12 11:32:05 +02:00
parent 16a9ce3ad1
commit e29a153d93
3 changed files with 17 additions and 3 deletions

View File

@ -5,7 +5,21 @@ Glances Version 3
Version 3.1.3
=============
...
Enhancements and new features:
* Add a new TCP connections status plugin enhancement #1526
* Add --enable-plugin option from the command line
Bugs corrected:
* Fix custom refresh time in the web UI #1548 by notFloran
* Fix issue in WebUI with empty docker stats #1546 by notFloran
* Glances fails without network interface bug #1535
* Disable option in the configuration file is now take into account
Others:
* Sensors plugin is disable by default (high CPU consumption on some Liux distribution).
Version 3.1.2
=============

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "GLANCES" "1" "Oct 12, 2019" "3.1.3_BETA" "Glances"
.TH "GLANCES" "1" "Oct 12, 2019" "3.1.3" "Glances"
.SH NAME
glances \- An eye on your system
.

View File

@ -27,7 +27,7 @@ import signal
import sys
# Global name
__version__ = '3.1.3_BETA'
__version__ = '3.1.3'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'