mirror of https://github.com/nicolargo/glances.git
Glances 3.1.1RC1
This commit is contained in:
parent
e8a8b4666f
commit
b43b5007a9
|
|
@ -29,6 +29,7 @@ Bugs corrected:
|
|||
* "sorted by ?" is displayed when setting the sort criterion to "USER" #1407
|
||||
* IP plugin displays incorrect subnet mask #1417
|
||||
* Glances PsUtil ValueError on IoCounter with TASK kernel options #1440
|
||||
* Per CPU in Web UI have some display issues. #1494
|
||||
|
||||
Others:
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ import signal
|
|||
import sys
|
||||
|
||||
# Global name
|
||||
__version__ = '3.1.1b0'
|
||||
__version__ = '3.1.1RC1'
|
||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||
__license__ = 'LGPLv3'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
psutil==5.6.2
|
||||
psutil==5.6.3
|
||||
future
|
||||
|
|
|
|||
Loading…
Reference in New Issue