summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2017-02-08 16:16:28 +0100
committerNicolargo <nicolas@nicolargo.com>2017-02-08 16:16:28 +0100
commit34c35703af07467fcae3997bd704a4152cadb0e6 (patch)
treeba7a55c94d4d2afc867f6facf7d14d5f5e12b79a /NEWS
parente0a8568f65907a764883a975b6389a70f02e2fb3 (diff)
parenta4238443acabf5f83e8e4df10c0daf5b1963602f (diff)
Merge develop
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 22 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 42d77b61..624cf682 100644
--- a/NEWS
+++ b/NEWS
@@ -2,19 +2,38 @@
Glances Version 2
==============================================================================
-Version 2.8.1
+Version 2.x
=============
-Changes:
+Bugs corrected:
+
* Use new sensors-related APIs of Psutil 5.1.0 (issue #1018)
+ * Unable to launch Glances on Windows (issue #1021)
+Version 2.8.2
+=============
Bugs corrected:
+ * InfluxDB export in 2.8.1 is broken (issue #1026)
+
+Version 2.8.1
+=============
+
+Enhancements and new features:
+
+ * Enable docker plugin on Windows (issue #1009) - Thanks to @fraoustin
+
+Bugs corrected:
+
+ * Glances export issue with CPU and SENSORS (issue #1024)
+ * Can't export data to a CSV file in Client/Server mode (issue #1023)
* Autodiscover error while binding on IPv6 addresses (issue #1002)
* GPU plugin is display when hitting '4' or '5' shortkeys (issue #1012)
* Interrupts and usb_fiq (issue #1007)
+ * Docker image does not work in web server mode! (issue #1017)
* IRQ plugin is not display anymore (issue #1013)
+ * Autodiscover error while binding on IPv6 addresses (issue #1002)
Version 2.8
===========
@@ -44,9 +63,9 @@ Enhancements and new features:
* System uptime in export (issue #890)
* Refactor the --disable-* options (issue #948)
* PID column too small if kernel.pid_max is > 99999 (issue #959)
-
Bugs corrected:
+
* Glances RAID plugin Traceback (issue #927)
* Default AMP crashes when 'command' given (issue #933)
* Default AMP ignores `enable` setting (issue #932)