2
2
Glances ChangeLog
3
3
==============================================================================
4
4
5
+ ===============
6
+ Version 4.1.2
7
+ ===============
8
+
9
+ Bug corrected:
10
+
11
+ * AttributeError: 'CpuPercent' object has no attribute 'cpu_percent' #2859
12
+
5
13
===============
6
14
Version 4.1.1
7
15
===============
@@ -23,8 +31,8 @@ Enhancements:
23
31
Bug corrected:
24
32
25
33
* API: Network module is disabled but appears in endpoint "all" #2815
26
- * API is not compatible with requests containing spcial /encoding char #2820
27
- * 'j' hot key crashs Glances #2831
34
+ * API is not compatible with requests containing special /encoding char #2820
35
+ * 'j' hot key crashes Glances #2831
28
36
* Raspberry PI - CPU info is not correct #2616
29
37
* Graph export is broken if there is no graph section in Glances configuration file #2839
30
38
* Glances API status check returns Error 405 - Method Not Allowed #2841
@@ -33,17 +41,17 @@ Bug corrected:
33
41
* Exception when Glances is ran with limited plugin list #2822
34
42
* Disable separator option do not work #2823
35
43
36
- Continious integration and documentation:
44
+ Continuous integration and documentation:
37
45
38
46
* test test_107_fs_plugin_method fails on aarch64-linux #2819
39
47
40
- Thanks to all contibutors and bug reporters !
48
+ Thanks to all contributors and bug reporters !
41
49
42
50
Special thanks to:
43
51
44
52
* Bharath Vignesh J K
45
53
* RazCrimson
46
- * Vadim Smal
54
+ * Vadim Small
47
55
48
56
===============
49
57
Version 4.0.8
@@ -218,7 +226,7 @@ Many thinks to the contributors:
218
226
* Christoph Zimmermann
219
227
* RazCrimson
220
228
* Robin Candau
221
- * Github GPG acces
229
+ * Github GPG access
222
230
* Continuous Integration
223
231
* Georgiy Timchenko
224
232
* turbocrime
@@ -392,7 +400,7 @@ Documentation and CI:
392
400
* Update Makefile with comments
393
401
* Update Python minimal requirement for py3nvlm
394
402
* Update security policy (user can open private issue directly in Github)
395
- * Add a simple run script. Entry point for IDE debuger
403
+ * Add a simple run script. Entry point for IDE debugger
396
404
397
405
Cyber security update:
398
406
@@ -421,7 +429,7 @@ And also a big thanks to @RazCrimson (https://github.com/RazCrimson) for the sup
421
429
Version 3.3.0.4
422
430
===============
423
431
424
- Refactor the Docker images factory, from now, only Alpine image wll be provided.
432
+ Refactor the Docker images factory, from now, only Alpine image will be provided.
425
433
426
434
The following Docker images (nicolargo/glances) are availables:
427
435
@@ -469,9 +477,9 @@ Bug corrected:
469
477
* Correct issue with the regexp filter (use fullmatch instead of match)
470
478
* Errors when running Glances as web service #1702
471
479
* Apply alias to Duplicate sensor name #1686
472
- * Make the hide function in sensors section compliant with lower/upercase #1590
480
+ * Make the hide function in sensors section compliant with lower/uppercase #1590
473
481
* Web UI truncates the days part of CPU time counter of the process list #2108
474
- * Correct alignement issue with the diskio plugin (Console UI)
482
+ * Correct alignment issue with the diskio plugin (Console UI)
475
483
476
484
Documentation and CI:
477
485
@@ -738,7 +746,7 @@ Bugs corrected:
738
746
* Docker containers information missing with Docker 20.10.x #1878
739
747
* Get system sensors temperatures thresholds #1864
740
748
741
- Contibutors for this version:
749
+ Contributors for this version:
742
750
743
751
* Nicolargo
744
752
* Markus Pöschl
@@ -1345,7 +1353,7 @@ Enhancements and new features:
1345
1353
* Add ZeroMQ exporter (issue #939)
1346
1354
* Add CouchDB exporter (issue #928)
1347
1355
* Add hotspot Wifi information (issue #937)
1348
- * Add default interface speed and automatic rate thresolds (issue #718)
1356
+ * Add default interface speed and automatic rate thresholds (issue #718)
1349
1357
* Highlight max stats in the processes list (issue #878)
1350
1358
* Docker alerts and actions (issue #875)
1351
1359
* Glances API returns the processes PPID (issue #926)
0 commit comments