mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 13:23:12 +03:00
Update version and doc for Glances 2.11
This commit is contained in:
parent
533308697e
commit
ad4763eb43
6
NEWS
6
NEWS
@ -2,8 +2,8 @@
|
||||
Glances Version 2
|
||||
==============================================================================
|
||||
|
||||
Version NEXT RELEASE
|
||||
====================
|
||||
Version 2.11
|
||||
============
|
||||
|
||||
Enhancements and new features:
|
||||
|
||||
@ -13,7 +13,7 @@ Enhancements and new features:
|
||||
|
||||
Bugs corrected:
|
||||
|
||||
* Installing GPU plugin crashes entire glances (issue #1102)
|
||||
* Installing GPU plugin crashes entire Glances (issue #1102)
|
||||
* Potential memory leak in Windows WebUI (issue #1056)
|
||||
* glances_network `OSError: [Errno 19] No such device` (issue #1106)
|
||||
* GPU plugin. <class 'TypeError'>: ... not JSON serializable"> (issue #1112)
|
||||
|
@ -1,6 +1,6 @@
|
||||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "GLANCES" "1" "Aug 01, 2017" "2.10.1_DEVELOP" "Glances"
|
||||
.TH "GLANCES" "1" "Aug 27, 2017" "2.11" "Glances"
|
||||
.SH NAME
|
||||
glances \- An eye on your system
|
||||
.
|
||||
|
@ -27,7 +27,7 @@ import signal
|
||||
import sys
|
||||
|
||||
# Global name
|
||||
__version__ = '2.10.1_DEVELOP'
|
||||
__version__ = '2.11'
|
||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||
__license__ = 'LGPLv3'
|
||||
|
||||
|
@ -1 +1 @@
|
||||
psutil==5.2.0
|
||||
psutil==5.2.2
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: glances
|
||||
version: '2.10'
|
||||
version: '2.11'
|
||||
summary: Glances an Eye on your system. A top/htop alternative.
|
||||
description: |
|
||||
Glances is a cross-platform monitoring tool which aims to present
|
||||
|
Loading…
Reference in New Issue
Block a user