summaryrefslogtreecommitdiffstats
path: root/NEWS.rst
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst13
1 files changed, 12 insertions, 1 deletions
diff --git a/NEWS.rst b/NEWS.rst
index e40a63c1..944adf05 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -8,6 +8,17 @@ Version 4.0.0
Under development: https://github.com/nicolargo/glances/issues?q=is%3Aopen+is%3Aissue+milestone%3A%22Glances+4.0.0%22
+**BREAKING CHANGES:**
+
+ * The Glances API version 3 is replaced by the version 4. So Restfull API URL is now /api/4/ #2610
+ * Alias definition change in the configuration file #1735
+ Glances version 3.x and lower:
+ sda1_alias=InternalDisk
+ sdb1_alias=ExternalDisk
+ Glances version 4.x and higher:
+ alias=sda1:InternalDisk,sdb1:ExternalDisk
+ * Alias can now be used to redefine FS name #1735
+
===============
Version 3.4.0.3
===============
@@ -899,7 +910,7 @@ Processes list Nice value:
[processlist]
# Nice priorities range from -20 to 19.
- # Configure nice levels using a comma separated list.
+ # Configure nice levels using a comma-separated list.
#
# Nice: Example 1, non-zero is warning (default behavior)
nice_warning=-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19