mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 13:23:12 +03:00
version 3.1.3
This commit is contained in:
parent
16a9ce3ad1
commit
e29a153d93
16
NEWS.rst
16
NEWS.rst
@ -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
|
||||
=============
|
||||
|
@ -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
|
||||
.
|
||||
|
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user