version 3.4.0.3

This commit is contained in:
nicolargo 2023-05-20 16:46:56 +02:00
parent ac4da6fd5b
commit f360404a3c
4 changed files with 431 additions and 368 deletions

View File

@ -2,6 +2,15 @@
Glances changelog
==============================================================================
===============
Version 3.4.0.3
===============
Bugs corrected:
* Add glances binary to '/usr/local/bin' + Update ENV PATH to include '/venv/bin' in Dockerfiles #2419
* No more threshold display in the WebUI cpu/mem and memswap plugins #2420
===============
Version 3.4.0.2
===============

File diff suppressed because it is too large Load Diff

View File

@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "GLANCES" "1" "May 18, 2023" "3.4.0.2" "Glances"
.TH "GLANCES" "1" "May 20, 2023" "3.4.0.3" "Glances"
.SH NAME
glances \- An eye on your system
.SH SYNOPSIS

View File

@ -19,7 +19,7 @@ import sys
# Global name
# Version should start and end with a numerical char
# See https://packaging.python.org/specifications/core-metadata/#version
__version__ = '3.4.0.2'
__version__ = '3.4.0.3'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'