Ready for RC1...

pull/354/head
Nicolargo 2014-05-26 15:47:21 +02:00
parent 0b69b0102c
commit 7b260f3e12
2 changed files with 23 additions and 4 deletions

25
NEWS
View File

@ -31,10 +31,29 @@ Version 2.0
The client mode can now fallback to a simple SNMP mode if Glances server is not found on the remote machine. The client mode can now fallback to a simple SNMP mode if Glances server is not found on the remote machine.
Complete release notes: Complete release notes:
* Cut ifName and DiskName if they are too long in the curses interface (by Nicolargo)
* ... * Windows CLI is OK but early experimental (by Nicolargo)
* Add bitrate limits to the networks interfaces (by Nicolargo)
* Batteries % stats are now in the sensors list (by Nicolargo)
* Refactor the client/server password security: using SHA256 (by Nicolargo)
* Refactor the CSV output (by Nicolargo)
* Glances client fallback to SNMP server if Glances one not found (by Nicolargo)
* Process list: Highlight running/basename processes (by Alessio Sergi)
* New Web server mode thk to the Bottle library (by Nicolargo)
* Responsive design for Bottle interface (by Nicolargo)
* Remove HTML output (by Nicolargo)
* Enable/disable for optionnal plugins throught the command line (by Nicolargo)
* Refactor the API (by Nicolargo)
* Load-5 alert are no longer logged (by Nicolargo)
* Rename In/Out by Read/Write for DiskIO according to #339 (by Nicolargo)
* Migrate from pysensors to py3sensors (by Alessio Sergi)
* Migration to PsUtil 2.x (by Nicolargo)
* New plugins system (by Nicolargo)
* Python 1.X and 3.x compatibility (by Alessio)
* Code quality improvment (by Alessio Sergi)
* Refactor unitaries tests (by Nicolargo)
* Development now follow the git flow workflow (by Nicolargo)
============================================================================== ==============================================================================

View File

@ -19,7 +19,7 @@
# Glances informations # Glances informations
__appname__ = 'glances' __appname__ = 'glances'
__version__ = '2.0_Alpha02' __version__ = '2.0_RC1'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>' __author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPL' __license__ = 'LGPL'