mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-26 02:31:36 +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
|
||||
==============================================================================
|
||||
|
||||
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
|
||||
=============
|
||||
|
@ -1,6 +1,6 @@
|
||||
.\" 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
|
||||
glances \- An eye on your system
|
||||
.
|
||||
|
@ -27,7 +27,7 @@ import signal
|
||||
import sys
|
||||
|
||||
# Global name
|
||||
__version__ = '2.9.0_DEVELOP'
|
||||
__version__ = '2.8.8'
|
||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||
__license__ = 'LGPLv3'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user