mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-26 02:31:36 +03:00
Glances 2.9
This commit is contained in:
parent
0e8485a461
commit
a116628c6f
8
NEWS
8
NEWS
@ -13,19 +13,13 @@ Enhancements and new features:
|
||||
|
||||
Bugs corrected:
|
||||
|
||||
* On Windows --export-statsd terminates immediately and does not export (issue #1067)
|
||||
* Glances v2.8.7 issues with Curses UI on Android (issue #1053)
|
||||
* Fails to start, OSError in sensors_temperatures (issue #1057)
|
||||
* Crashs after long time running the glances --browser (issue #1059)
|
||||
* Sensor values don't refresh since psutil backend (issue #1061)
|
||||
* glances-version.db Permission denied (issue #1066)
|
||||
|
||||
Version 2.8.9
|
||||
=============
|
||||
|
||||
Bugs corrected:
|
||||
|
||||
* On Windows --export-statsd terminates immediately and does not export (issue #1067)
|
||||
|
||||
Version 2.8.8
|
||||
=============
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "GLANCES" "1" "Mar 25, 2017" "2.9.0_DEVELOP" "Glances"
|
||||
.TH "GLANCES" "1" "Mar 27, 2017" "2.9.0_DEVELOP" "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.9.0'
|
||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||
__license__ = 'LGPLv3'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user