mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 13:23:12 +03:00
On the road on the version 1.6.1
This commit is contained in:
parent
62db083233
commit
4be5ede3c2
8
NEWS
8
NEWS
@ -1,3 +1,11 @@
|
||||
Version 1.6.1
|
||||
=============
|
||||
|
||||
* Correct a bug on the CPU process limit
|
||||
* Take into account the number of core in the CPU process limit
|
||||
* Code refactory: PsUtil < 0.4.1 is depredicated (Thk to Alessio)
|
||||
|
||||
|
||||
Version 1.6
|
||||
===========
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
__appname__ = 'glances'
|
||||
__version__ = "1.7alpha"
|
||||
__version__ = "1.6.1a"
|
||||
__author__ = "Nicolas Hennion <nicolas@nicolargo.com>"
|
||||
__licence__ = "LGPL"
|
||||
|
||||
|
4
setup.py
4
setup.py
@ -25,8 +25,8 @@ for mo in glob('i18n/*/LC_MESSAGES/*.mo'):
|
||||
|
||||
setup(
|
||||
name='Glances',
|
||||
version='1.6',
|
||||
download_url='https://s3.amazonaws.com/glances/glances-1.6.tar.gz',
|
||||
version='1.6.1a',
|
||||
download_url='https://s3.amazonaws.com/glances/glances-1.6.1a.tar.gz',
|
||||
url='https://github.com/nicolargo/glances',
|
||||
description='CLI curses-based monitoring tool',
|
||||
author='Nicolas Hennion',
|
||||
|
Loading…
Reference in New Issue
Block a user