mirror of https://github.com/nicolargo/glances.git
Glances 2.8.4
This commit is contained in:
parent
6c6d5797de
commit
d4649264de
4
NEWS
4
NEWS
|
|
@ -2,10 +2,12 @@
|
|||
Glances Version 2
|
||||
==============================================================================
|
||||
|
||||
Version XXXXX
|
||||
Version 2.8.3
|
||||
=============
|
||||
|
||||
Bugs corrected:
|
||||
|
||||
* Correct issue on Travis CI test
|
||||
|
||||
Version 2.8.3
|
||||
=============
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "GLANCES" "1" "Mar 09, 2017" "2.8.3" "Glances"
|
||||
.TH "GLANCES" "1" "Mar 09, 2017" "2.8.4" "Glances"
|
||||
.SH NAME
|
||||
glances \- An eye on your system
|
||||
.
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ import signal
|
|||
import sys
|
||||
|
||||
# Global name
|
||||
__version__ = '2.8.4_DEVELOP'
|
||||
__version__ = '2.8.4'
|
||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||
__license__ = 'LGPLv3'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue