Skip to content

Commit

Permalink
Glances 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Mar 27, 2017
1 parent 0e8485a commit a116628
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
=============

Expand Down
2 changes: 1 addition & 1 deletion docs/man/glances.1
Original file line number Diff line number Diff line change
@@ -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
.
Expand Down
2 changes: 1 addition & 1 deletion glances/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import sys

# Global name
__version__ = '2.9.0_DEVELOP'
__version__ = '2.9.0'
__author__ = 'Nicolas Hennion <[email protected]>'
__license__ = 'LGPLv3'

Expand Down

0 comments on commit a116628

Please sign in to comment.