mirror of https://github.com/nicolargo/glances.git
Merge branch 'master' into develop
This commit is contained in:
commit
c8a592b5b7
8
NEWS.rst
8
NEWS.rst
|
|
@ -6,6 +6,14 @@
|
|||
Version 4.3.0.4
|
||||
===============
|
||||
|
||||
Bug corrected:
|
||||
|
||||
* WebUI errors in 4.3.0.4 on iPad Air (and Browser with low resolution) #3057
|
||||
|
||||
===============
|
||||
Version 4.3.0.4
|
||||
===============
|
||||
|
||||
Continuous integration and documentation:
|
||||
|
||||
* Pin Python version in Ubuntu image to 3.12
|
||||
|
|
|
|||
566
docs/api.rst
566
docs/api.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" "Dec 28, 2024" "4.3.0.4" "Glances"
|
||||
.TH "GLANCES" "1" "Dec 28, 2024" "4.3.0.5" "Glances"
|
||||
.SH NAME
|
||||
glances \- An eye on your system
|
||||
.SH SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ import tracemalloc
|
|||
# Global name
|
||||
# Version should start and end with a numerical char
|
||||
# See https://packaging.python.org/specifications/core-metadata/#version
|
||||
__version__ = "4.3.1_dev03"
|
||||
__version__ = "4.3.0.5"
|
||||
__apiversion__ = '4'
|
||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||
__license__ = 'LGPLv3'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: glances
|
||||
version: '4.3.0.4+build02' # Put the current stable version+buildXX
|
||||
version: '4.3.0.5+build01' # Put the current stable version+buildXX
|
||||
|
||||
summary: Glances an Eye on your system. A top/htop alternative.
|
||||
description: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue