summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2015-04-13 15:33:33 +0200
committerAlessio Sergi <al3hex@gmail.com>2015-04-13 15:34:37 +0200
commit9a8792459663d1a95560df7ea953667fd84faa21 (patch)
tree7af79b3c71b95608de6925b10daf3c4cb7255f28 /NEWS
parente288c01ebf34a6efd94ec77334bd973620bc0f9d (diff)
NEWS: spelling: s/news/new/g
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 13703e85..93ebb886 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Glances Version 2.x
Version 2.4
===========
-Enhancements and news features:
+Enhancements and new features:
* Implement a 'quick look' plugin (issue #505)
* Add a new IP information plugin (issue #509)
@@ -28,7 +28,7 @@ Bugs corrected:
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)
@@ -60,7 +60,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)
@@ -165,7 +165,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.
@@ -371,7 +371,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)