summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS45
1 files changed, 41 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 4b4419ef..f31ad161 100644
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,47 @@
Glances Version 2.x
==============================================================================
+Version 2.4
+===========
+
+Changes:
+
+ * Glances doesn't provide a system-wide configuration file by default anymore.
+ Just copy it in any of the supported locations. See glances-doc.html for
+ more information. (issue #541)
+ * The default key bindings have been changed to:
+ - 'u': sort processes by USER
+ - 'U': show cumulative network I/O
+ * No more translations
+
+Enhancements and new features:
+
+ * The Web user interface is now based on AngularJS (issue #473, #508, #468)
+ * Implement a 'quick look' plugin (issue #505)
+ * Add sort processes by USER (issue #531)
+ * Add a new IP information plugin (issue #509)
+ * Add RabbitMQ export module (issue #540 Thk to @Katyucha)
+ * Add a quiet mode (-q), can be useful using with export module
+ * Grab FAN speed in the Glances sensors plugin (issue #501)
+ * Allow logical mounts points in the FS plugin (issue #448)
+ * Add a --disable-hddtemp to disable HDD temperature module at startup (issue #515)
+ * Increase alert minimal delay to 6 seconds (issue #522)
+ * If the Curses application raises an exception, restore the terminal correctly (issue #537)
+
+Bugs corrected:
+
+ * Monitor list, all processes are take into account (issue #507)
+ * Duplicated --enable-history in the doc (issue #511)
+ * Sensors title is displayed if no sensors are detected (issue #510)
+ * Server mode issue when no network interface is available (issue #528)
+ * DEBUG mode activated by default with Python 2.6 (issue #512)
+ * Glances display of time trims the hours showing only minutes and seconds (issue #543)
+ * Process list header not decorating when sorting by command (issue #551)
+
Version 2.3
===========
-Enhancements and news features:
+Enhancements and new features:
* Add the Docker plugin (issue #440) with per container CPU and memory monitoring (issue #490)
* Add the RAID plugin (issue #447)
@@ -37,7 +74,7 @@ Version 2.2.1
Version 2.2
===========
-Enhancements and news features:
+Enhancements and new features:
* Add centralized curse interface with a Glances servers list to monitor (issue #418)
* Add processes tree view (--tree) (issue #444)
@@ -142,7 +179,7 @@ Version 2.0
===========
Glances v2.0 is not a simple upgrade of the version 1.x but a complete code refactoring.
- Based on a plugins system, it aims at providing an easy way to add news features.
+ Based on a plugins system, it aims at providing an easy way to add new features.
- Core defines the basics and commons functions.
- all stats are grabbed through plugins (see the glances/plugins source folder).
- also outputs methods (Curse, Web mode, CSV) are managed as plugins.
@@ -348,7 +385,7 @@ Version 1.4.2.1
Version 1.4.2
=============
- * Use the news virtual_memory() and virtual_swap() fct (PsUtil)
+ * Use the new virtual_memory() and virtual_swap() fct (PsUtil)
* Display "Top process" in logs
* Minor patch on man page for Debian packaging
* Code optimization (less try and except)