mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-07 02:20:26 +03:00
version 3.4.0.3
This commit is contained in:
parent
ac4da6fd5b
commit
f360404a3c
9
NEWS.rst
9
NEWS.rst
@ -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
|
||||
===============
|
||||
|
786
docs/api.rst
786
docs/api.rst
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user