mirror of
https://github.com/nicolargo/glances.git
synced 2025-12-23 22:18:31 -05:00
version 4.4.1
This commit is contained in:
8
NEWS.rst
8
NEWS.rst
@@ -2,6 +2,14 @@
|
||||
Glances ChangeLog
|
||||
==============================================================================
|
||||
|
||||
=============
|
||||
Version 4.4.1
|
||||
=============
|
||||
|
||||
Bug corrected:
|
||||
|
||||
* Restful API issue after a while (stats are no more updated) #3333
|
||||
|
||||
=============
|
||||
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]]
|
||||
.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
|
||||
glances \- An eye on your system
|
||||
.SH SYNOPSIS
|
||||
|
||||
@@ -20,7 +20,7 @@ import tracemalloc
|
||||
# Version should start and end with a numerical char
|
||||
# See https://packaging.python.org/specifications/core-metadata/#version
|
||||
# Examples: 1.0.0, 1.0.0rc1, 1.1.0_dev1
|
||||
__version__ = "4.4.0"
|
||||
__version__ = "4.4.1"
|
||||
__apiversion__ = '4'
|
||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||
__license__ = 'LGPLv3'
|
||||
|
||||
Reference in New Issue
Block a user