mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 13:23:12 +03:00
version 2.8.2
This commit is contained in:
parent
a9bdff38d9
commit
b38def991c
3
NEWS
3
NEWS
@ -2,11 +2,12 @@
|
||||
Glances Version 2
|
||||
==============================================================================
|
||||
|
||||
Version 2.X
|
||||
Version 2.8.2
|
||||
=============
|
||||
|
||||
Bugs corrected:
|
||||
|
||||
* InfluxDB export in 2.8.1 is broken (issue #1026)
|
||||
|
||||
Version 2.8.1
|
||||
=============
|
||||
|
@ -1,6 +1,6 @@
|
||||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "GLANCES" "1" "Feb 06, 2017" "2.8.1" "Glances"
|
||||
.TH "GLANCES" "1" "Feb 07, 2017" "2.8.2" "Glances"
|
||||
.SH NAME
|
||||
glances \- An eye on your system
|
||||
.
|
||||
|
@ -27,7 +27,7 @@ import signal
|
||||
import sys
|
||||
|
||||
# Global name
|
||||
__version__ = '2.8.2_DEVELOP'
|
||||
__version__ = '2.8.2'
|
||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||
__license__ = 'LGPLv3'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user