mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-13 11:28:12 -04:00
Glances 3.0 RC1
This commit is contained in:
1
NEWS
1
NEWS
@@ -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:
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user