version 1.6.1

This commit is contained in:
Nicolas Hennion
2013-03-23 21:14:24 +01:00
parent 2a50b5f9ab
commit d22907ef8d
5 changed files with 14 additions and 7 deletions

11
NEWS
View File

@@ -1,11 +1,18 @@
Version 1.6.1
=============
* Add per-user settings support
* Add per-user settings (configuration file) support
* Add -z/--nobold option for better appearence under Solarized terminal
* Correct a bug on the CPU process limit
* Key 'u' shows cumulative net traffic
* Work in improving autoUnit
* Take into account the number of core in the CPU process limit
* API improvment add time_since_update for disk, process_disk and network
* Improve help display
* Add more dummy FS to the ignore list
* Code refactory: PsUtil < 0.4.1 is depredicated (Thk to Alessio)
* Correct a bug on the CPU process limit
* Fix crash bug when specifying custom server port
* Add Debian style init script for the Glances server
Version 1.6
===========

View File

@@ -19,7 +19,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__appname__ = 'glances'
__version__ = "1.6.1a"
__version__ = "1.6.1"
__author__ = "Nicolas Hennion <nicolas@nicolargo.com>"
__licence__ = "LGPL"

View File

@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: GLANCES 1.6\n"
"Project-Id-Version: GLANCES 1.6.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-17 17:04+0100\n"
"PO-Revision-Date: 2012-01-06 15:23+0100\n"

View File

@@ -1,4 +1,4 @@
.TH glances 1 "January, 2013" "version 1.6" "USER COMMANDS"
.TH glances 1 "January, 2013" "version 1.6.1" "USER COMMANDS"
.SH NAME
glances \- CLI curses based monitoring tool
.SH SYNOPSIS

View File

@@ -30,8 +30,8 @@ for mo in glob.glob('i18n/*/LC_MESSAGES/*.mo'):
setup(
name='Glances',
version='1.6.1a',
download_url='https://s3.amazonaws.com/glances/glances-1.6.1a.tar.gz',
version='1.6.1',
download_url='https://s3.amazonaws.com/glances/glances-1.6.1.tar.gz',
url='https://github.com/nicolargo/glances',
description='CLI curses-based monitoring tool',
author='Nicolas Hennion',