mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-13 11:28:12 -04:00
version 1.6.1
This commit is contained in:
11
NEWS
11
NEWS
@@ -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
|
||||
===========
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
4
setup.py
4
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user