summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2016-07-15 17:39:43 +0200
committernicolargo <nicolashennion@gmail.com>2016-07-15 17:39:43 +0200
commitd5d85325dd5a331157be83773c78a3b325f13792 (patch)
treefd388f429dcdd5a28f4ff92078f6664010e11177 /NEWS
parent2b872959ed50a3a0037fe7362bcbb6db485c01ef (diff)
Correct two issues with latest Zeroconf version (issue #888 and #889)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7f397a27..af03b6bf 100644
--- a/NEWS
+++ b/NEWS
@@ -38,7 +38,9 @@ Bugs corrected:
* On Windows, Glances try to display unexisting Load stats (issue #871)
* Check CPU info (issue #881)
* Unicode error on processlist on Windows server 2008 (french) (issue #886)
- * PermissionError/OSError when starting glances (issue #885)
+ * PermissionError/OSError when starting glances (issue #885)
+ * Zeroconf problem with zeroconf_type = "_%s._tcp." % __appname__ (issue #888)
+ * Zeroconf problem with zeroconf service name (issue #889)
* Top 3 processes are back in the alert summary
Code quality follow up: from 5.93 to 6.24 (source: https://scrutinizer-ci.com/g/nicolargo/glances)