mirror of https://github.com/nicolargo/glances.git
version 4.4.1
This commit is contained in:
parent
de6fae584e
commit
ff5e33d856
8
NEWS.rst
8
NEWS.rst
|
|
@ -2,6 +2,14 @@
|
||||||
Glances ChangeLog
|
Glances ChangeLog
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
|
||||||
|
=============
|
||||||
|
Version 4.4.1
|
||||||
|
=============
|
||||||
|
|
||||||
|
Bug corrected:
|
||||||
|
|
||||||
|
* Restful API issue after a while (stats are no more updated) #3333
|
||||||
|
|
||||||
=============
|
=============
|
||||||
Version 4.4.0
|
Version 4.4.0
|
||||||
=============
|
=============
|
||||||
|
|
|
||||||
2331
docs/api/python.rst
2331
docs/api/python.rst
File diff suppressed because it is too large
Load Diff
3111
docs/api/restful.rst
3111
docs/api/restful.rst
File diff suppressed because it is too large
Load Diff
|
|
@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "GLANCES" "1" "Nov 02, 2025" "4.4.0" "Glances"
|
.TH "GLANCES" "1" "Nov 03, 2025" "4.4.1" "Glances"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
glances \- An eye on your system
|
glances \- An eye on your system
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ import tracemalloc
|
||||||
# Version should start and end with a numerical char
|
# Version should start and end with a numerical char
|
||||||
# See https://packaging.python.org/specifications/core-metadata/#version
|
# See https://packaging.python.org/specifications/core-metadata/#version
|
||||||
# Examples: 1.0.0, 1.0.0rc1, 1.1.0_dev1
|
# Examples: 1.0.0, 1.0.0rc1, 1.1.0_dev1
|
||||||
__version__ = "4.4.0"
|
__version__ = "4.4.1"
|
||||||
__apiversion__ = '4'
|
__apiversion__ = '4'
|
||||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||||
__license__ = 'LGPLv3'
|
__license__ = 'LGPLv3'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue