mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-26 10:42:29 +03:00
Version 2.8.8
This commit is contained in:
parent
3f0094faec
commit
a1acfef0ab
6
NEWS
6
NEWS
@ -2,9 +2,13 @@
|
|||||||
Glances Version 2
|
Glances Version 2
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
|
||||||
Version 2.9.0
|
Version 2.8.8
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
Bugs corrected:
|
||||||
|
|
||||||
|
* Drop requests to check for outdated Glances version
|
||||||
|
* Windows OS - Global name standalone not defined again&again (#1030)
|
||||||
|
|
||||||
Version 2.8.7
|
Version 2.8.7
|
||||||
=============
|
=============
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "GLANCES" "1" "Mar 12, 2017" "2.8.7" "Glances"
|
.TH "GLANCES" "1" "Mar 12, 2017" "2.8.8" "Glances"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
glances \- An eye on your system
|
glances \- An eye on your system
|
||||||
.
|
.
|
||||||
|
@ -27,7 +27,7 @@ import signal
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
# Global name
|
# Global name
|
||||||
__version__ = '2.9.0_DEVELOP'
|
__version__ = '2.8.8'
|
||||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||||
__license__ = 'LGPLv3'
|
__license__ = 'LGPLv3'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user