Glances 3.0 RC1

This commit is contained in:
nicolargo
2018-02-25 15:20:48 +01:00
parent 4b3e54293f
commit f82eb4a151
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@@ -41,6 +41,7 @@ Bugs corrected:
* Glances do not exit when eating 'q' #1207
* FreeBSD blackhole bug #1202
* Glances crashes when mountpoint with non ASCII characters exists #1201
* [WEB UI] Minor issue on the Web UI #1240
Backward-incompatible changes:

View File

@@ -27,7 +27,7 @@ import signal
import sys
# Global name
__version__ = '3.0.dev0'
__version__ = '3.0.rc1'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'