mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 13:23:12 +03:00
Patch 2.5.1
This commit is contained in:
parent
8696aba064
commit
6036eeaa68
9
NEWS
9
NEWS
@ -2,11 +2,14 @@
|
||||
Glances Version 2
|
||||
==============================================================================
|
||||
|
||||
Version 2.X
|
||||
===========
|
||||
Version 2.5.1
|
||||
=============
|
||||
|
||||
...
|
||||
Bugs corrected:
|
||||
|
||||
* Unable to unlock password protected servers in browser mode bug (issue #694)
|
||||
* Correct issue when Glances is started in console on Windows OS
|
||||
* [WebUI] when alert is ongoing hide level enhancement (issue #692)
|
||||
|
||||
Version 2.5
|
||||
===========
|
||||
|
@ -2,11 +2,11 @@
|
||||
Glances
|
||||
=======
|
||||
|
||||
This manual describes *Glances* version 2.5.
|
||||
This manual describes *Glances* version 2.5.1.
|
||||
|
||||
Copyright © 2011-2015 Nicolas Hennion <nicolas@nicolargo.com>
|
||||
|
||||
September 2015
|
||||
October, 2015
|
||||
|
||||
.. contents:: Table of Contents
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
"""Init the Glances software."""
|
||||
|
||||
__appname__ = 'glances'
|
||||
__version__ = '2.5'
|
||||
__version__ = '2.5.1'
|
||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||
__license__ = 'LGPL'
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH glances 1 "May, 2015" "version 2.4.2" "USER COMMANDS"
|
||||
.TH glances 1 "October, 2015" "version 2.5.1" "USER COMMANDS"
|
||||
.SH NAME
|
||||
glances \- A cross-platform curses-based system monitoring tool
|
||||
.SH SYNOPSIS
|
||||
|
4
setup.py
4
setup.py
@ -33,13 +33,13 @@ def get_requires():
|
||||
|
||||
setup(
|
||||
name='Glances',
|
||||
version='2.5',
|
||||
version='2.5.1',
|
||||
description="A cross-platform curses-based monitoring tool",
|
||||
long_description=open('README.rst').read(),
|
||||
author='Nicolas Hennion',
|
||||
author_email='nicolas@nicolargo.com',
|
||||
url='https://github.com/nicolargo/glances',
|
||||
# download_url='https://s3.amazonaws.com/glances/glances-2.5.tar.gz',
|
||||
# download_url='https://s3.amazonaws.com/glances/glances-2.5.1.tar.gz',
|
||||
license="LGPL",
|
||||
keywords="cli curses monitoring system",
|
||||
install_requires=get_requires(),
|
||||
|
Loading…
Reference in New Issue
Block a user