summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2014-08-02 15:20:15 +0200
committerNicolargo <nicolas@nicolargo.com>2014-08-02 15:20:15 +0200
commit75d340cb72fd3eb328bd72ccad97a6df820074e7 (patch)
treee37224f970ce99efaa38e85692740aecf5a8d991 /NEWS
parent3f16f409aa51f8e0929b250108c8e9069f6f48d5 (diff)
Add release notes and correct issue on popup display
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a1b276ba..0d9bffee 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,26 @@
Glances Version 2.x
==============================================================================
+Version 2.1
+===========
+
+ * History feature (--enable-history option on the command line)
+ This feature allows users to generate graphs within the curse interface.
+ Graphs are available for CPU, LOAD and MEM.
+ To generate graph, click on the 'g' key.
+ To reset the history, press the 'r' key.
+ * Alias for network interfaces, disks and sensors
+ Users can configure alias from the Glances configuration file.
+ * Add Glances log message (in the /tmp/glances.log file)
+ The default log level is INFO, you can switch to the debug mode using the -d option on the command line.
+ * Add RESTFul API to the web server mode
+ * Improve SNMP fallback mode for Cisco IOS, VMware ESXi
+ * Travis coverage
+
+Bugs corrected:
+
+ * ...
+
Version 2.0.1
=============