Skip to content

Commit

Permalink
Patch 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Oct 10, 2015
1 parent 8696aba commit 6036eea
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
9 changes: 6 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
===========
Expand Down
4 changes: 2 additions & 2 deletions docs/glances-doc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion glances/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion man/glances.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 6036eea

Please sign in to comment.