From a116628c6ff791c72f1b4628ce54c0d0215720b8 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Mon, 27 Mar 2017 17:17:15 +0200 Subject: [PATCH] Glances 2.9 --- NEWS | 8 +------- docs/man/glances.1 | 2 +- glances/__init__.py | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 40dc1e0204..cc9eb4666a 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 e90a1535f4..fc71d30aa5 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 d1946716a1..29417df38f 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -27,7 +27,7 @@ import sys # Global name -__version__ = '2.9.0_DEVELOP' +__version__ = '2.9.0' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3'