summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2017-03-27 17:17:15 +0200
committernicolargo <nicolas@nicolargo.com>2017-03-27 17:17:15 +0200
commita116628c6ff791c72f1b4628ce54c0d0215720b8 (patch)
tree795b7bd943d2f79dce7154e7a8e3ba4cad765e27
parent0e8485a4616e06a46f641a22cd34b4f109de1ec7 (diff)
Glances 2.9v2.9.0
-rw-r--r--NEWS8
-rw-r--r--docs/man/glances.12
-rw-r--r--glances/__init__.py2
3 files changed, 3 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 40dc1e02..cc9eb466 100644
--- a/NEWS
+++ b/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
=============
diff --git a/docs/man/glances.1 b/docs/man/glances.1
index e90a1535..fc71d30a 100644
--- a/docs/man/glances.1
+++ b/docs/man/glances.1
@@ -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
.
diff --git a/glances/__init__.py b/glances/__init__.py
index d1946716..29417df3 100644
--- a/glances/__init__.py
+++ b/glances/__init__.py
@@ -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'